Html Css Color HEX #BBA772 Ecru

📋 copy color: '#BBA772'

red 187 ◦ green 167 ◦ blue 114

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

Shades of Ecru #BBA772

Tints of Ecru #BBA772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 39.96%
G = 35.68%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BBA772 (or 0xBBA772) is known color: Ecru. HEX triplet: BB, A7 and 72. RGB value is (187,167,114). Sum of RGB (Red+Green+Blue) = 187+167+114=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA772 is #44588D. Grayscale: #A7A7A7. Windows color (decimal): -4479118 or 7514043. OLE color: 7514043.

HSL color Cylindrical-coordinate representation of color #BBA772: hue angle of 43.56º 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 #BBA772 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 114 -
CMYK 0 0.11 0.39 0.27
HSL 43.56º 0.35% 0.59% -
HSV(B) 43.56º 0.39% 0.73% -
XYZ 37.35 39.42 21.56 -
YUV 166.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 187 167 114 0 0.11 0.39 0.27 43.56 0.35 0.59
Hex BB A7 72 0 B 27 1B 2C 23 3B
Octal 273 247 162 0 13 47 33 54 43 73
Binary 10111011 10100111 1110010 0 1011 100111 11011 101100 100011 111011

Color Harmonies of #BBA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA772

Black with #BBA772

Text Example


Text Example

White with #BBA772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA772; }

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

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

background-color css

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

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

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

border-color css

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

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

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