#BBB078

Color #BBB078 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BBB078

Tints of Ecru #BBB078

Color information

#BBB078 (or 0xBBB078) is unknown color: approx Ecru. HEX triplet: BB, B0 and 78. RGB value is (187,176,120). Sum of RGB (Red+Green+Blue) = 187+176+120=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB078 is #444F87. Grayscale: #ADADAD. Windows color (decimal): -4476808 or 7909563. OLE color: 7909563.

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

Color convert

RGB187176120-
CMYK00.060.360.27
HSL50.15º33%60.2%-
HSV(B)50.15º35.83%73.33%-
XYZ39.4142.9723.99-
YUV172.998.14138.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 120 (47.27% from 255) = 24.84%
R=38.72%
G=36.44%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717612000.060.360.2750.153360.2
HexBBB07806241B32213c
Octal273260170064433624174
Binary10111011101100001111000011010010011011110010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB078; }

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

 H1.HeaderClassName
 {
   color: #BBB078;
 }
 .AnyTagClassName
 {
   color: #BBB078;
 }
</style>
background-color css

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

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

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

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

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

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