#BCB389

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

Shades of Coriander #BCB389

Tints of Coriander #BCB389

Color information

#BCB389 (or 0xBCB389) is unknown color: approx Coriander. HEX triplet: BC, B3 and 89. RGB value is (188,179,137). Sum of RGB (Red+Green+Blue) = 188+179+137=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB389 is #434C76. Grayscale: #B1B1B1. Windows color (decimal): -4410487 or 9024444. OLE color: 9024444.

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

Color convert

RGB188179137-
CMYK00.050.270.26
HSL49.41º27.57%63.73%-
HSV(B)49.41º27.13%73.73%-
XYZ41.3744.7430.12-
YUV176.9105.48135.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=37.30%
G=35.52%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817913700.050.270.2649.4127.5763.73
HexBCB389051B1A311c40
Octal2742632110533326134100
Binary10111100101100111000100101011101111010110001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB389; }

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

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

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

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

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

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

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

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