#BCB488

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

Shades of Coriander #BCB488

Tints of Coriander #BCB488

Color information

#BCB488 (or 0xBCB488) is unknown color: approx Coriander. HEX triplet: BC, B4 and 88. RGB value is (188,180,136). Sum of RGB (Red+Green+Blue) = 188+180+136=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB488 is #434B77. Grayscale: #B1B1B1. Windows color (decimal): -4410232 or 8959164. OLE color: 8959164.

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

Color convert

RGB188180136-
CMYK00.040.280.26
HSL50.77º27.96%63.53%-
HSV(B)50.77º27.66%73.73%-
XYZ41.545.1129.81-
YUV177.38104.65135.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=37.30%
G=35.71%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818013600.040.280.2650.7727.9663.53
HexBCB488041C1A331c40
Octal2742642100434326334100
Binary10111100101101001000100001001110011010110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB488; }

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

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

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

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

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

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

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

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