#BCB583

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

Shades of Coriander #BCB583

Tints of Coriander #BCB583

Color information

#BCB583 (or 0xBCB583) is unknown color: approx Coriander. HEX triplet: BC, B5 and 83. RGB value is (188,181,131). Sum of RGB (Red+Green+Blue) = 188+181+131=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB583 is #434A7C. Grayscale: #B1B1B1. Windows color (decimal): -4409981 or 8631740. OLE color: 8631740.

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

Color convert

RGB188181131-
CMYK00.040.300.26
HSL52.63º29.84%62.55%-
HSV(B)52.63º30.32%73.73%-
XYZ41.3645.3828.05-
YUV177.39101.82135.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=37.6%
G=36.2%
B=26.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818113100.040.300.2652.6329.8462.55
HexBCB583041E1A351e3f
Octal274265203043632653677
Binary1011110010110101100000110100111101101011010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB583; }

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

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

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

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

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

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

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

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