#BCB485

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

Shades of Coriander #BCB485

Tints of Coriander #BCB485

Color information

#BCB485 (or 0xBCB485) is unknown color: approx Coriander. HEX triplet: BC, B4 and 85. RGB value is (188,180,133). Sum of RGB (Red+Green+Blue) = 188+180+133=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB485 is #434B7A. Grayscale: #B1B1B1. Windows color (decimal): -4410235 or 8762556. OLE color: 8762556.

HSL color Cylindrical-coordinate representation of color #BCB485: hue angle of 51.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB485 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188180133-
CMYK00.040.290.26
HSL51.27º29.1%62.94%-
HSV(B)51.27º29.26%73.73%-
XYZ41.2945.0328.71-
YUV177.03103.15135.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=37.52%
G=35.93%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818013300.040.290.2651.2729.162.94
HexBCB485041D1A331d3f
Octal274264205043532633577
Binary1011110010110100100001010100111011101011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB485; }

 p { color: rgb(188,180,133); }

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

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

 a { background-color: rgb(188,180,133); }

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

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

 span { border-color: rgb(188,180,133); }

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