Html Css Color HEX #BBA776 Ecru

📋 copy color: '#BBA776'

red 187 ◦ green 167 ◦ blue 118

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

Shades of Ecru #BBA776

Tints of Ecru #BBA776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25%

R = 39.62%
G = 35.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA776 (or 0xBBA776) is known color: Ecru. HEX triplet: BB, A7 and 76. RGB value is (187,167,118). Sum of RGB (Red+Green+Blue) = 187+167+118=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA776 is #445889. Grayscale: #A7A7A7. Windows color (decimal): -4479114 or 7776187. OLE color: 7776187.

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

Color convert

RGB 187 167 118 -
CMYK 0 0.11 0.37 0.27
HSL 42.61º 0.34% 0.6% -
HSV(B) 42.61º 0.37% 0.73% -
XYZ 37.58 39.51 22.78 -
YUV 167.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 187 167 118 0 0.11 0.37 0.27 42.61 0.34 0.6
Hex BB A7 76 0 B 25 1B 2B 22 3C
Octal 273 247 166 0 13 45 33 53 42 74
Binary 10111011 10100111 1110110 0 1011 100101 11011 101011 100010 111100

Color Harmonies of #BBA776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA776

Black with #BBA776

Text Example


Text Example

White with #BBA776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA776; }

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

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

background-color css

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

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

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

border-color css

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

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

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