#BCBA8F

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

Shades of Coriander #BCBA8F

Tints of Coriander #BCBA8F

Color information

#BCBA8F (or 0xBCBA8F) is unknown color: approx Coriander. HEX triplet: BC, BA and 8F. RGB value is (188,186,143). Sum of RGB (Red+Green+Blue) = 188+186+143=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA8F is #434570. Grayscale: #B5B5B5. Windows color (decimal): -4408689 or 9419452. OLE color: 9419452.

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

Color convert

RGB188186143-
CMYK00.010.240.26
HSL57.33º25.14%64.9%-
HSV(B)57.33º23.94%73.73%-
XYZ43.2647.7932.93-
YUV181.7106.16132.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=36.36%
G=35.98%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818614300.010.240.2657.3325.1464.9
HexBCBA8F01181A391941
Octal2742722170130327131101
Binary101111001011101010001111011100011010111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA8F; }

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

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

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

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

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

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

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

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