#BCB993

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

Shades of Coriander #BCB993

Tints of Coriander #BCB993

Color information

#BCB993 (or 0xBCB993) is unknown color: approx Coriander. HEX triplet: BC, B9 and 93. RGB value is (188,185,147). Sum of RGB (Red+Green+Blue) = 188+185+147=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB993 is #43466C. Grayscale: #B5B5B5. Windows color (decimal): -4408941 or 9681340. OLE color: 9681340.

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

Color convert

RGB188185147-
CMYK00.020.220.26
HSL55.61º23.43%65.69%-
HSV(B)55.61º21.81%73.73%-
XYZ43.3547.534.49-
YUV181.56108.49132.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=36.15%
G=35.58%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818514700.020.220.2655.6123.4365.69
HexBCB99302161A381742
Octal2742712230226327027102
Binary1011110010111001100100110101011011010111000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB993; }

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

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

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

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

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

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

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

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