#BC9287

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

Shades of Quicksand #BC9287

Tints of Quicksand #BC9287

Color information

#BC9287 (or 0xBC9287) is unknown color: approx Quicksand. HEX triplet: BC, 92 and 87. RGB value is (188,146,135). Sum of RGB (Red+Green+Blue) = 188+146+135=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9287 is #436D78. Grayscale: #9D9D9D. Windows color (decimal): -4418937 or 8884924. OLE color: 8884924.

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

Color convert

RGB188146135-
CMYK00.220.280.26
HSL12.45º28.34%63.33%-
HSV(B)12.45º28.19%73.73%-
XYZ35.393327.43-
YUV157.3115.41149.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=40.09%
G=31.13%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814613500.220.280.2612.4528.3463.33
HexBC92870161C1Ac1c3f
Octal2742222070263432143477
Binary1011110010010010100001110101101110011010110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9287; }

 p { color: rgb(188,146,135); }

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

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

 a { background-color: rgb(188,146,135); }

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

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

 span { border-color: rgb(188,146,135); }

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