#BBB38B

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

Shades of Coriander #BBB38B

Tints of Coriander #BBB38B

Color information

#BBB38B (or 0xBBB38B) is unknown color: approx Coriander. HEX triplet: BB, B3 and 8B. RGB value is (187,179,139). Sum of RGB (Red+Green+Blue) = 187+179+139=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB38B is #444C74. Grayscale: #B1B1B1. Windows color (decimal): -4476021 or 9155515. OLE color: 9155515.

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

Color convert

RGB187179139-
CMYK00.040.260.27
HSL50º26.09%63.92%-
HSV(B)50º25.67%73.33%-
XYZ41.2744.6730.87-
YUV176.83106.65135.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=37.03%
G=35.45%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717913900.040.260.275026.0963.92
HexBBB38B041A1B321a40
Octal2732632130432336232100
Binary10111011101100111000101101001101011011110010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB38B; }

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

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

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

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

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

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

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

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