#BBB38D

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

Shades of Coriander #BBB38D

Tints of Coriander #BBB38D

Color information

#BBB38D (or 0xBBB38D) is unknown color: approx Coriander. HEX triplet: BB, B3 and 8D. RGB value is (187,179,141). Sum of RGB (Red+Green+Blue) = 187+179+141=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB38D is #444C72. Grayscale: #B1B1B1. Windows color (decimal): -4476019 or 9286587. OLE color: 9286587.

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

Color convert

RGB187179141-
CMYK00.040.250.27
HSL49.57º25.27%64.31%-
HSV(B)49.57º24.6%73.33%-
XYZ41.4244.7331.65-
YUV177.06107.65135.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=36.88%
G=35.31%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717914100.040.250.2749.5725.2764.31
HexBBB38D04191B321940
Octal2732632150431336231100
Binary10111011101100111000110101001100111011110010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB38D; }

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

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

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

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

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

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

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

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