#BBB58D

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

Shades of Coriander #BBB58D

Tints of Coriander #BBB58D

Color information

#BBB58D (or 0xBBB58D) is unknown color: approx Coriander. HEX triplet: BB, B5 and 8D. RGB value is (187,181,141). Sum of RGB (Red+Green+Blue) = 187+181+141=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB58D is #444A72. Grayscale: #B2B2B2. Windows color (decimal): -4475507 or 9287099. OLE color: 9287099.

HSL color Cylindrical-coordinate representation of color #BBB58D: hue angle of 52.17º 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 #BBB58D is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187181141-
CMYK00.030.250.27
HSL52.17º25.27%64.31%-
HSV(B)52.17º24.6%73.33%-
XYZ41.8345.5431.78-
YUV178.23106.99134.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=36.74%
G=35.56%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718114100.030.250.2752.1725.2764.31
HexBBB58D03191B341940
Octal2732652150331336431100
Binary1011101110110101100011010111100111011110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB58D; }

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

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

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

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

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

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

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

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