#BCB490

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

Shades of Coriander #BCB490

Tints of Coriander #BCB490

Color information

#BCB490 (or 0xBCB490) is unknown color: approx Coriander. HEX triplet: BC, B4 and 90. RGB value is (188,180,144). Sum of RGB (Red+Green+Blue) = 188+180+144=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB490 is #434B6F. Grayscale: #B2B2B2. Windows color (decimal): -4410224 or 9483452. OLE color: 9483452.

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

Color convert

RGB188180144-
CMYK00.040.230.26
HSL49.09º24.72%65.1%-
HSV(B)49.09º23.4%73.73%-
XYZ42.0945.3532.92-
YUV178.29108.65134.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=36.72%
G=35.16%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818014400.040.230.2649.0924.7265.1
HexBCB49004171A311941
Octal2742642200427326131101
Binary10111100101101001001000001001011111010110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB490; }

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

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

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

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

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

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

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

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