#BCB492

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

Shades of Coriander #BCB492

Tints of Coriander #BCB492

Color information

#BCB492 (or 0xBCB492) is unknown color: approx Coriander. HEX triplet: BC, B4 and 92. RGB value is (188,180,146). Sum of RGB (Red+Green+Blue) = 188+180+146=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB492 is #434B6D. Grayscale: #B2B2B2. Windows color (decimal): -4410222 or 9614524. OLE color: 9614524.

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

Color convert

RGB188180146-
CMYK00.040.220.26
HSL48.57º23.86%65.49%-
HSV(B)48.57º22.34%73.73%-
XYZ42.2545.4133.73-
YUV178.52109.65134.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=36.58%
G=35.02%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818014600.040.220.2648.5723.8665.49
HexBCB49204161A311841
Octal2742642220426326130101
Binary10111100101101001001001001001011011010110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB492; }

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

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

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

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

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

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

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

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