#BCB392

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

Shades of Coriander #BCB392

Tints of Coriander #BCB392

Color information

#BCB392 (or 0xBCB392) is unknown color: approx Coriander. HEX triplet: BC, B3 and 92. RGB value is (188,179,146). Sum of RGB (Red+Green+Blue) = 188+179+146=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB392 is #434C6D. Grayscale: #B2B2B2. Windows color (decimal): -4410478 or 9614268. OLE color: 9614268.

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

Color convert

RGB188179146-
CMYK00.050.220.26
HSL47.14º23.86%65.49%-
HSV(B)47.14º22.34%73.73%-
XYZ42.0545.0133.67-
YUV177.93109.98135.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=36.65%
G=34.89%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817914600.050.220.2647.1423.8665.49
HexBCB39205161A2f1841
Octal2742632220526325730101
Binary10111100101100111001001001011011011010101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB392; }

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

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

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

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

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

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

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

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