#BCB990

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

Shades of Coriander #BCB990

Tints of Coriander #BCB990

Color information

#BCB990 (or 0xBCB990) is unknown color: approx Coriander. HEX triplet: BC, B9 and 90. RGB value is (188,185,144). Sum of RGB (Red+Green+Blue) = 188+185+144=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB990 is #43466F. Grayscale: #B5B5B5. Windows color (decimal): -4408944 or 9484732. OLE color: 9484732.

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

Color convert

RGB188185144-
CMYK00.020.230.26
HSL55.91º24.72%65.1%-
HSV(B)55.91º23.4%73.73%-
XYZ43.1247.433.26-
YUV181.22106.99132.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=36.36%
G=35.78%
B=27.85%

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
Decimal18818514400.020.230.2655.9124.7265.1
HexBCB99002171A381941
Octal2742712200227327031101
Binary1011110010111001100100000101011111010111000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB990; }

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

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

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

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

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

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

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

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