Html Css Color HEX #BBA978 Ecru

📋 copy color: '#BBA978'

red 187 ◦ green 169 ◦ blue 120

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

Shades of Ecru #BBA978

Tints of Ecru #BBA978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 39.29%
G = 35.5%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBA978 (or 0xBBA978) is known color: Ecru. HEX triplet: BB, A9 and 78. RGB value is (187,169,120). Sum of RGB (Red+Green+Blue) = 187+169+120=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA978 is #445687. Grayscale: #A9A9A9. Windows color (decimal): -4478600 or 7907771. OLE color: 7907771.

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

Color convert

RGB 187 169 120 -
CMYK 0 0.10 0.36 0.27
HSL 43.88º 0.33% 0.6% -
HSV(B) 43.88º 0.36% 0.73% -
XYZ 38.07 40.3 23.54 -
YUV 168.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 187 169 120 0 0.10 0.36 0.27 43.88 0.33 0.6
Hex BB A9 78 0 A 24 1B 2C 21 3C
Octal 273 251 170 0 12 44 33 54 41 74
Binary 10111011 10101001 1111000 0 1010 100100 11011 101100 100001 111100

Color Harmonies of #BBA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA978

Black with #BBA978

Text Example


Text Example

White with #BBA978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA978; }

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

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

background-color css

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

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

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

border-color css

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

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

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