#BBB379

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

Shades of Ecru #BBB379

Tints of Ecru #BBB379

Color information

#BBB379 (or 0xBBB379) is unknown color: approx Ecru. HEX triplet: BB, B3 and 79. RGB value is (187,179,121). Sum of RGB (Red+Green+Blue) = 187+179+121=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB379 is #444C86. Grayscale: #AFAFAF. Windows color (decimal): -4476039 or 7975867. OLE color: 7975867.

HSL color Cylindrical-coordinate representation of color #BBB379: hue angle of 52.73º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBB379 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187179121-
CMYK00.040.350.27
HSL52.73º32.67%60.39%-
HSV(B)52.73º35.29%73.33%-
XYZ40.0644.1924.51-
YUV174.7897.65136.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=38.40%
G=36.76%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717912100.040.350.2752.7332.6760.39
HexBBB37904231B35213c
Octal273263171044333654174
Binary10111011101100111111001010010001111011110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB379; }

 p { color: rgb(187,179,121); }

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

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

 a { background-color: rgb(187,179,121); }

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

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

 span { border-color: rgb(187,179,121); }

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