Html Css Color HEX #BBA976 Ecru

📋 copy color: '#BBA976'

red 187 ◦ green 169 ◦ blue 118

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

Shades of Ecru #BBA976

Tints of Ecru #BBA976

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

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

R = 39.45%
G = 35.65%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA976 (or 0xBBA976) is known color: Ecru. HEX triplet: BB, A9 and 76. RGB value is (187,169,118). Sum of RGB (Red+Green+Blue) = 187+169+118=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA976 is #445689. Grayscale: #A8A8A8. Windows color (decimal): -4478602 or 7776699. OLE color: 7776699.

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

Color convert

RGB 187 169 118 -
CMYK 0 0.10 0.37 0.27
HSL 44.35º 0.34% 0.6% -
HSV(B) 44.35º 0.37% 0.73% -
XYZ 37.95 40.25 22.91 -
YUV 168.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 187 169 118 0 0.10 0.37 0.27 44.35 0.34 0.6
Hex BB A9 76 0 A 25 1B 2C 22 3C
Octal 273 251 166 0 12 45 33 54 42 74
Binary 10111011 10101001 1110110 0 1010 100101 11011 101100 100010 111100

Color Harmonies of #BBA976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA976

Black with #BBA976

Text Example


Text Example

White with #BBA976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA976; }

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

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

background-color css

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

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

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

border-color css

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

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

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