#BCBA8D

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

Shades of Coriander #BCBA8D

Tints of Coriander #BCBA8D

Color information

#BCBA8D (or 0xBCBA8D) is unknown color: approx Coriander. HEX triplet: BC, BA and 8D. RGB value is (188,186,141). Sum of RGB (Red+Green+Blue) = 188+186+141=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA8D is #434572. Grayscale: #B5B5B5. Windows color (decimal): -4408691 or 9288380. OLE color: 9288380.

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

Color convert

RGB188186141-
CMYK00.010.250.26
HSL57.45º25.97%64.51%-
HSV(B)57.45º25%73.73%-
XYZ43.1147.7332.14-
YUV181.47105.16132.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=36.50%
G=36.12%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818614100.010.250.2657.4525.9764.51
HexBCBA8D01191A391a41
Octal2742722150131327132101
Binary101111001011101010001101011100111010111001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA8D; }

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

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

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

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

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

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

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

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