#BCB889

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

Shades of Coriander #BCB889

Tints of Coriander #BCB889

Color information

#BCB889 (or 0xBCB889) is unknown color: approx Coriander. HEX triplet: BC, B8 and 89. RGB value is (188,184,137). Sum of RGB (Red+Green+Blue) = 188+184+137=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB889 is #434776. Grayscale: #B4B4B4. Windows color (decimal): -4409207 or 9025724. OLE color: 9025724.

HSL color Cylindrical-coordinate representation of color #BCB889: hue angle of 55.29º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB889 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188184137-
CMYK00.020.270.26
HSL55.29º27.57%63.73%-
HSV(B)55.29º27.13%73.73%-
XYZ42.3946.7830.46-
YUV179.84103.83133.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=36.94%
G=36.15%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818413700.020.270.2655.2927.5763.73
HexBCB889021B1A371c40
Octal2742702110233326734100
Binary1011110010111000100010010101101111010110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB889; }

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

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

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

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

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

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

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

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