#BCB682

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

Shades of Coriander #BCB682

Tints of Coriander #BCB682

Color information

#BCB682 (or 0xBCB682) is unknown color: approx Coriander. HEX triplet: BC, B6 and 82. RGB value is (188,182,130). Sum of RGB (Red+Green+Blue) = 188+182+130=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB682 is #43497D. Grayscale: #B2B2B2. Windows color (decimal): -4409726 or 8566460. OLE color: 8566460.

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

Color convert

RGB188182130-
CMYK00.030.310.26
HSL53.79º30.21%62.35%-
HSV(B)53.79º30.85%73.73%-
XYZ41.545.7627.76-
YUV177.87100.99135.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 130 (51.17% from 255) = 26%
R=37.6%
G=36.4%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818213000.030.310.2653.7930.2162.35
HexBCB682031F1A361e3e
Octal274266202033732663676
Binary101111001011011010000010011111111101011011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB682; }

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

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

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

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

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

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

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

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