#BBB278

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

Shades of Ecru #BBB278

Tints of Ecru #BBB278

Color information

#BBB278 (or 0xBBB278) is unknown color: approx Ecru. HEX triplet: BB, B2 and 78. RGB value is (187,178,120). Sum of RGB (Red+Green+Blue) = 187+178+120=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB278 is #444D87. Grayscale: #AEAEAE. Windows color (decimal): -4476296 or 7910075. OLE color: 7910075.

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

Color convert

RGB187178120-
CMYK00.050.360.27
HSL51.94º33%60.2%-
HSV(B)51.94º35.83%73.33%-
XYZ39.843.7624.12-
YUV174.0897.48137.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=38.56%
G=36.70%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717812000.050.360.2751.943360.2
HexBBB27805241B34213c
Octal273262170054433644174
Binary10111011101100101111000010110010011011110100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB278; }

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

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

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

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

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

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

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

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