#BCB495

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

Shades of Coriander #BCB495

Tints of Coriander #BCB495

Color information

#BCB495 (or 0xBCB495) is unknown color: approx Coriander. HEX triplet: BC, B4 and 95. RGB value is (188,180,149). Sum of RGB (Red+Green+Blue) = 188+180+149=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB495 is #434B6A. Grayscale: #B2B2B2. Windows color (decimal): -4410219 or 9811132. OLE color: 9811132.

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

Color convert

RGB188180149-
CMYK00.040.210.26
HSL47.69º22.54%66.08%-
HSV(B)47.69º20.74%73.73%-
XYZ42.4945.534.98-
YUV178.86111.15134.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=36.36%
G=34.82%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818014900.040.210.2647.6922.5466.08
HexBCB49504151A301742
Octal2742642250425326027102
Binary10111100101101001001010101001010111010110000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB495; }

 p { color: rgb(188,180,149); }

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

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

 a { background-color: rgb(188,180,149); }

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

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

 span { border-color: rgb(188,180,149); }

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