#BCB790

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

Shades of Coriander #BCB790

Tints of Coriander #BCB790

Color information

#BCB790 (or 0xBCB790) is unknown color: approx Coriander. HEX triplet: BC, B7 and 90. RGB value is (188,183,144). Sum of RGB (Red+Green+Blue) = 188+183+144=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB790 is #43486F. Grayscale: #B4B4B4. Windows color (decimal): -4409456 or 9484220. OLE color: 9484220.

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

Color convert

RGB188183144-
CMYK00.030.230.26
HSL53.18º24.72%65.1%-
HSV(B)53.18º23.4%73.73%-
XYZ42.7146.5733.12-
YUV180.05107.66133.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=36.50%
G=35.53%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818314400.030.230.2653.1824.7265.1
HexBCB79003171A351941
Octal2742672200327326531101
Binary1011110010110111100100000111011111010110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB790; }

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

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

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

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

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

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

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

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