#BCB688

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

Shades of Coriander #BCB688

Tints of Coriander #BCB688

Color information

#BCB688 (or 0xBCB688) is unknown color: approx Coriander. HEX triplet: BC, B6 and 88. RGB value is (188,182,136). Sum of RGB (Red+Green+Blue) = 188+182+136=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB688 is #434977. Grayscale: #B2B2B2. Windows color (decimal): -4409720 or 8959676. OLE color: 8959676.

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

Color convert

RGB188182136-
CMYK00.030.280.26
HSL53.08º27.96%63.53%-
HSV(B)53.08º27.66%73.73%-
XYZ41.9145.9229.95-
YUV178.55103.99134.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=37.15%
G=35.97%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818213600.030.280.2653.0827.9663.53
HexBCB688031C1A351c40
Octal2742662100334326534100
Binary1011110010110110100010000111110011010110101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB688; }

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

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

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

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

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

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

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

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