#BC7C5D

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

Shades of Burning Sand #BC7C5D

Tints of Burning Sand #BC7C5D

Color information

#BC7C5D (or 0xBC7C5D) is unknown color: approx Burning Sand. HEX triplet: BC, 7C and 5D. RGB value is (188,124,93). Sum of RGB (Red+Green+Blue) = 188+124+93=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C5D is #4383A2. Grayscale: #8B8B8B. Windows color (decimal): -4424611 or 6126780. OLE color: 6126780.

HSL color Cylindrical-coordinate representation of color #BC7C5D: hue angle of 19.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7C5D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18812493-
CMYK00.340.510.26
HSL19.58º41.48%55.1%-
HSV(B)19.58º50.53%73.73%-
XYZ29.9225.913.78-
YUV139.6101.7162.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=46.42%
G=30.62%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881249300.340.510.2619.5841.4855.1
HexBC7C5D022331A142937
Octal2741741350426332245167
Binary101111001111100101110101000101100111101010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C5D; }

 p { color: rgb(188,124,93); }

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

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

 a { background-color: rgb(188,124,93); }

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

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

 span { border-color: rgb(188,124,93); }

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