#BCB782

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

Shades of Coriander #BCB782

Tints of Coriander #BCB782

Color information

#BCB782 (or 0xBCB782) is unknown color: approx Coriander. HEX triplet: BC, B7 and 82. RGB value is (188,183,130). Sum of RGB (Red+Green+Blue) = 188+183+130=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB782 is #43487D. Grayscale: #B2B2B2. Windows color (decimal): -4409470 or 8566716. OLE color: 8566716.

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

Color convert

RGB188183130-
CMYK00.030.310.26
HSL54.83º30.21%62.35%-
HSV(B)54.83º30.85%73.73%-
XYZ41.746.1727.83-
YUV178.45100.66134.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 130 (51.17% from 255) = 25.95%
R=37.52%
G=36.53%
B=25.95%

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
Decimal18818313000.030.310.2654.8330.2162.35
HexBCB782031F1A371e3e
Octal274267202033732673676
Binary101111001011011110000010011111111101011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB782; }

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

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

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

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

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

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

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

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