#BCBA88

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

Shades of Coriander #BCBA88

Tints of Coriander #BCBA88

Color information

#BCBA88 (or 0xBCBA88) is unknown color: approx Coriander. HEX triplet: BC, BA and 88. RGB value is (188,186,136). Sum of RGB (Red+Green+Blue) = 188+186+136=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA88 is #434577. Grayscale: #B5B5B5. Windows color (decimal): -4408696 or 8960700. OLE color: 8960700.

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

Color convert

RGB188186136-
CMYK00.010.280.26
HSL57.69º27.96%63.53%-
HSV(B)57.69º27.66%73.73%-
XYZ42.7447.5930.22-
YUV180.9102.66133.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=36.86%
G=36.47%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818613600.010.280.2657.6927.9663.53
HexBCBA88011C1A3a1c40
Octal2742722100134327234100
Binary101111001011101010001000011110011010111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA88; }

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

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

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

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

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

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

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

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