Html Css Color HEX #BBA872 Ecru

📋 copy color: '#BBA872'

red 187 ◦ green 168 ◦ blue 114

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

Shades of Ecru #BBA872

Tints of Ecru #BBA872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 39.87%
G = 35.82%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBA872 (or 0xBBA872) is known color: Ecru. HEX triplet: BB, A8 and 72. RGB value is (187,168,114). Sum of RGB (Red+Green+Blue) = 187+168+114=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA872 is #44578D. Grayscale: #A7A7A7. Windows color (decimal): -4478862 or 7514299. OLE color: 7514299.

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

Color convert

RGB 187 168 114 -
CMYK 0 0.10 0.39 0.27
HSL 44.38º 0.35% 0.59% -
HSV(B) 44.38º 0.39% 0.73% -
XYZ 37.53 39.78 21.62 -
YUV 167.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 187 168 114 0 0.10 0.39 0.27 44.38 0.35 0.59
Hex BB A8 72 0 A 27 1B 2C 23 3B
Octal 273 250 162 0 12 47 33 54 43 73
Binary 10111011 10101000 1110010 0 1010 100111 11011 101100 100011 111011

Color Harmonies of #BBA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA872

Black with #BBA872

Text Example


Text Example

White with #BBA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA872; }

 p { color: rgb(187,168,114); }

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

background-color css

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

 a { background-color: rgb(187,168,114); }

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

border-color css

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

 span { border-color: rgb(187,168,114); }

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