#BCB890

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

Shades of Coriander #BCB890

Tints of Coriander #BCB890

Color information

#BCB890 (or 0xBCB890) is unknown color: approx Coriander. HEX triplet: BC, B8 and 90. RGB value is (188,184,144). Sum of RGB (Red+Green+Blue) = 188+184+144=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB890 is #43476F. Grayscale: #B4B4B4. Windows color (decimal): -4409200 or 9484476. OLE color: 9484476.

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

Color convert

RGB188184144-
CMYK00.020.230.26
HSL54.55º24.72%65.1%-
HSV(B)54.55º23.4%73.73%-
XYZ42.9146.9933.19-
YUV180.64107.33133.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=36.43%
G=35.66%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818414400.020.230.2654.5524.7265.1
HexBCB89002171A371941
Octal2742702200227326731101
Binary1011110010111000100100000101011111010110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB890; }

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

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

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

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

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

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

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

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