#BBB582

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

Shades of Coriander #BBB582

Tints of Coriander #BBB582

Color information

#BBB582 (or 0xBBB582) is unknown color: approx Coriander. HEX triplet: BB, B5 and 82. RGB value is (187,181,130). Sum of RGB (Red+Green+Blue) = 187+181+130=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB582 is #444A7D. Grayscale: #B1B1B1. Windows color (decimal): -4475518 or 8566203. OLE color: 8566203.

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

Color convert

RGB187181130-
CMYK00.030.300.27
HSL53.68º29.53%62.16%-
HSV(B)53.68º30.48%73.33%-
XYZ41.0545.2227.68-
YUV176.98101.49135.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=37.55%
G=36.35%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718113000.030.300.2753.6829.5362.16
HexBBB582031E1B361e3e
Octal273265202033633663676
Binary101110111011010110000010011111101101111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB582; }

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

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

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

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

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

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

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

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