#BCB693

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

Shades of Coriander #BCB693

Tints of Coriander #BCB693

Color information

#BCB693 (or 0xBCB693) is unknown color: approx Coriander. HEX triplet: BC, B6 and 93. RGB value is (188,182,147). Sum of RGB (Red+Green+Blue) = 188+182+147=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB693 is #43496C. Grayscale: #B3B3B3. Windows color (decimal): -4409709 or 9680572. OLE color: 9680572.

HSL color Cylindrical-coordinate representation of color #BCB693: hue angle of 51.22º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB693 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188182147-
CMYK00.030.220.26
HSL51.22º23.43%65.69%-
HSV(B)51.22º21.81%73.73%-
XYZ42.7346.2534.28-
YUV179.8109.49133.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 182 (71.48% from 255) = 35.20%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=36.36%
G=35.20%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818214700.030.220.2651.2223.4365.69
HexBCB69303161A331742
Octal2742662230326326327102
Binary1011110010110110100100110111011011010110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB693; }

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

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

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

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

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

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

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

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