Html Css Color HEX #BBAF78 Ecru

📋 copy color: '#BBAF78'

red 187 ◦ green 175 ◦ blue 120

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

Shades of Ecru #BBAF78

Tints of Ecru #BBAF78

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.31%

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

R = 38.8%
G = 36.31%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBAF78 (or 0xBBAF78) is known color: Ecru. HEX triplet: BB, AF and 78. RGB value is (187,175,120). Sum of RGB (Red+Green+Blue) = 187+175+120=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF78 is #445087. Grayscale: #ACACAC. Windows color (decimal): -4477064 or 7909307. OLE color: 7909307.

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

Color convert

RGB 187 175 120 -
CMYK 0 0.06 0.36 0.27
HSL 49.25º 0.33% 0.6% -
HSV(B) 49.25º 0.36% 0.73% -
XYZ 39.21 42.58 23.92 -
YUV 172.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 187 175 120 0 0.06 0.36 0.27 49.25 0.33 0.6
Hex BB AF 78 0 6 24 1B 31 21 3C
Octal 273 257 170 0 6 44 33 61 41 74
Binary 10111011 10101111 1111000 0 110 100100 11011 110001 100001 111100

Color Harmonies of #BBAF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF78

Black with #BBAF78

Text Example


Text Example

White with #BBAF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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