Html Css Color HEX #BBAE74 Ecru

📋 copy color: '#BBAE74'

red 187 ◦ green 174 ◦ blue 116

#BBAE74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru #BBAE74

Tints of Ecru #BBAE74

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

 GREEN value IS 174 (68.36% from 255) = 36.48%

 BLUE value IS 116 (45.7% from 255) = 24.32%

R = 39.2%
G = 36.48%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBAE74 (or 0xBBAE74) is known color: Ecru. HEX triplet: BB, AE and 74. RGB value is (187,174,116). Sum of RGB (Red+Green+Blue) = 187+174+116=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE74 is #44518B. Grayscale: #ABABAB. Windows color (decimal): -4477324 or 7646907. OLE color: 7646907.

HSL color Cylindrical-coordinate representation of color #BBAE74: hue angle of 49.01º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBAE74 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 116 -
CMYK 0 0.07 0.38 0.27
HSL 49.01º 0.34% 0.59% -
HSV(B) 49.01º 0.38% 0.73% -
XYZ 38.78 42.1 22.6 -
YUV 171.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 187 174 116 0 0.07 0.38 0.27 49.01 0.34 0.59
Hex BB AE 74 0 7 26 1B 31 22 3B
Octal 273 256 164 0 7 46 33 61 42 73
Binary 10111011 10101110 1110100 0 111 100110 11011 110001 100010 111011

Color Harmonies of #BBAE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE74

Black with #BBAE74

Text Example


Text Example

White with #BBAE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE74; }

 p { color: rgb(187,174,116); }

 H1.HeaderClassName
 {
   color: #BBAE74;
 }
 .AnyTagClassName
 {
   color: #BBAE74;
 }
</style>

background-color css

<style>
 a { background-color: #BBAE74; }

 a { background-color: rgb(187,174,116); }

 div.DivClassName
 {
   background-color: #BBAE74;
 }
 .BgClassName
 {
   background-color: #BBAE74;
 }
</style>

border-color css

<style>
 span { border-color: #BBAE74; }

 span { border-color: rgb(187,174,116); }

 td.TdClassName
 {
   border-color: #BBAE74;
 }
 .TagClassName
 {
   border-color: #BBAE74;
 }
</style>