#BBB38E

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

Shades of Coriander #BBB38E

Tints of Coriander #BBB38E

Color information

#BBB38E (or 0xBBB38E) is unknown color: approx Coriander. HEX triplet: BB, B3 and 8E. RGB value is (187,179,142). Sum of RGB (Red+Green+Blue) = 187+179+142=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB38E is #444C71. Grayscale: #B1B1B1. Windows color (decimal): -4476018 or 9352123. OLE color: 9352123.

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

Color convert

RGB187179142-
CMYK00.040.240.27
HSL49.33º24.86%64.51%-
HSV(B)49.33º24.06%73.33%-
XYZ41.544.7632.04-
YUV177.17108.15135.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=36.81%
G=35.24%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717914200.040.240.2749.3324.8664.51
HexBBB38E04181B311941
Octal2732632160430336131101
Binary10111011101100111000111001001100011011110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB38E; }

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

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

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

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

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

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

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

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