Html Css Color HEX #BBAE77 Ecru

📋 copy color: '#BBAE77'

red 187 ◦ green 174 ◦ blue 119

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

Shades of Ecru #BBAE77

Tints of Ecru #BBAE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.79%

R = 38.96%
G = 36.25%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBAE77 (or 0xBBAE77) is known color: Ecru. HEX triplet: BB, AE and 77. RGB value is (187,174,119). Sum of RGB (Red+Green+Blue) = 187+174+119=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE77 is #445188. Grayscale: #ABABAB. Windows color (decimal): -4477321 or 7843515. OLE color: 7843515.

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

Color convert

RGB 187 174 119 -
CMYK 0 0.07 0.36 0.27
HSL 48.53º 0.33% 0.6% -
HSV(B) 48.53º 0.36% 0.73% -
XYZ 38.96 42.17 23.54 -
YUV 171.62 98.31 138.97 -
System Red Green Blue C M Y K H S L
Decimal 187 174 119 0 0.07 0.36 0.27 48.53 0.33 0.6
Hex BB AE 77 0 7 24 1B 31 21 3C
Octal 273 256 167 0 7 44 33 61 41 74
Binary 10111011 10101110 1110111 0 111 100100 11011 110001 100001 111100

Color Harmonies of #BBAE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE77

Black with #BBAE77

Text Example


Text Example

White with #BBAE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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