#BBB380

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

Shades of Ecru #BBB380

Tints of Ecru #BBB380

Color information

#BBB380 (or 0xBBB380) is unknown color: approx Ecru. HEX triplet: BB, B3 and 80. RGB value is (187,179,128). Sum of RGB (Red+Green+Blue) = 187+179+128=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB380 is #444C7F. Grayscale: #AFAFAF. Windows color (decimal): -4476032 or 8434619. OLE color: 8434619.

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

Color convert

RGB187179128-
CMYK00.040.320.27
HSL51.86º30.26%61.76%-
HSV(B)51.86º31.55%73.33%-
XYZ40.5144.3626.85-
YUV175.58101.15136.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=37.85%
G=36.23%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717912800.040.320.2751.8630.2661.76
HexBBB38004201B341e3e
Octal273263200044033643676
Binary10111011101100111000000001001000001101111010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB380; }

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

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

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

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

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

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

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

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