COLOR #FFBE73

HEX: #FFBE73 RGB: (255,190,115)

Color info

#FFBE73 contains mainly red color. Web safe color of #FFBE73 is #FFCC66 (or #FC6).

RGB color model

#FFBE73 color RGB value is (255,190,115).

RGB: (255,190,115) (100%, 75%, 45%)

RGB channels and saturation

R 255 of 255 = 100%
G 190 of 255 = 75%
B 115 of 255 = 45%

255
190
115

R + G + B ~ 73%. #FFBE73 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 190 + 115 = 560 (100%)
R 255 of 560 ~ 45.54%
G 190 of 560 ~ 33.93%
B 115 of 560 ~ 20.54'%

%45.54
%33.93
%20.54

CMYK color model

#FFBE73 color CMYK value is (0,25,55,0).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 54.90%
  • key color value is 0.00%

CMYK: (0,25,55,0)
C0M25Y55K0 (0%, 25%, 55%, 0%)
(0.00 / 0.25 / 0.55 / 0.00)

CMYK percentages

%0
%25.49
%54.9
%0

Codes

Color #FFBE73 in popluar color models

FF BE 73
RGB 255 190 115
HSL 32° 100.00% 72.55%
HSB/HSV 32° 54.90% 100.00%
CMYK 0.00% 25.49% 54.90%
0.00%

Color #FFBE73 in popluar number systems.

HEX FF BE 73
Decimal 255 190 115
Binary 11111111 10111110 1110011
Octal 377 276 163

Shades and tints

Shades of #FFBE73

#FFBE73
(255,190,115)
#E8AD69
(232,173,105)
#D19C5F
(209,156,95)
#BA8B55
(186,139,85)
#A37A4B
(163,122,75)
#8C6941
(140,105,65)
#755837
(117,88,55)
#5E472D
(94,71,45)
#473623
(71,54,35)
#302519
(48,37,25)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #FFBE73

#FFBE73
(255,190,115)
#FFC37F
(255,195,127)
#FFC88B
(255,200,139)
#FFCD97
(255,205,151)
#FFD2A3
(255,210,163)
#FFD7AF
(255,215,175)
#FFDCBB
(255,220,187)
#FFE1C7
(255,225,199)
#FFE6D3
(255,230,211)
#FFEBDF
(255,235,223)
#FFF0EB
(255,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFBE73 color. Also use rgb(255,190,115) instead hex code.

Text Font Color

.myTextColor { color: #FFBE73; }

<p style="color:#FFBE73">This sample text font color is #FFBE73.</p>

This text font color is #FFBE73.

Background Color

.myBgColor { background-color: #FFBE73; }

<div style="background-color:#FFBE73">Inner text</div>

This div background color is #FFBE73.

Border color

.myBorderColor { border: 1px solid #FFBE73; }

<div style="border:3px solid #FFBE73">Div</div>

This div border color is #FFBE73.

Opacity

.myOpacity80 { color: #FFBE73; opacity: 0.8; }

<p style="color:#FFBE73;opacity:0.8;">80%</p>

Text with #FFBE73 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FFBE73;}

<p style="text-shadow: 3px 3px 1px #FFBE73">Text here.</p>

This text has shadow with #FFBE73 color.


.textShadow {text-shadow: 3px 3px 1px #FFBE73', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FFBE73, 5px 5px 20px red">Text here.</p>

This text has shadow with #FFBE73 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFBE73, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FFBE73, Direction=45, Strength=4)">Text</p>

This text has shadow with #FFBE73 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFBE73;
-webkit-box-shadow: 1px 1px 3px 2px #FFBE73;
box-shadow: 1px 1px 3px 2px #FFBE73;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFBE73; -webkit-box-shadow: 1px 1px 3px 2px #FFBE73; box-shadow:1px 1px 3px 2px #FFBE73;">
Div content here
</div>

This div box has shadow with color #FFBE73.

Preview

Color preview on black background

This text has color #FFBE73 on black background.


Color preview on white background

This text has color #FFBE73 on white background.


Black color preview on #FFBE73 background

This text has black color on #FFBE73 background.


White color preview on #FFBE73 background

This text has white color on #FFBE73 background.


Related colors

Complementary color

Complementary color for #hex is #00418C.


I love getcolorcode.com

Triadic colors

1 #73FFBE and #BE73FF with #FFBE73 are triadic colors.

2 #73BEFF and #BEFF73 with #FFBE73 are triadic colors.