#BCB582

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

Shades of Coriander #BCB582

Tints of Coriander #BCB582

Color information

#BCB582 (or 0xBCB582) is unknown color: approx Coriander. HEX triplet: BC, B5 and 82. RGB value is (188,181,130). Sum of RGB (Red+Green+Blue) = 188+181+130=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB582 is #434A7D. Grayscale: #B1B1B1. Windows color (decimal): -4409982 or 8566204. OLE color: 8566204.

HSL color Cylindrical-coordinate representation of color #BCB582: hue angle of 52.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB582 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB188181130-
CMYK00.040.310.26
HSL52.76º30.21%62.35%-
HSV(B)52.76º30.85%73.73%-
XYZ41.2945.3527.7-
YUV177.28101.32135.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=37.68%
G=36.27%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818113000.040.310.2652.7630.2162.35
HexBCB582041F1A351e3e
Octal274265202043732653676
Binary1011110010110101100000100100111111101011010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB582; }

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

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

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

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

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

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

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

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