#BC7E5B

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

Shades of Burning Sand #BC7E5B

Tints of Burning Sand #BC7E5B

Color information

#BC7E5B (or 0xBC7E5B) is unknown color: approx Burning Sand. HEX triplet: BC, 7E and 5B. RGB value is (188,126,91). Sum of RGB (Red+Green+Blue) = 188+126+91=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E5B is #4381A4. Grayscale: #8C8C8C. Windows color (decimal): -4424101 or 5996220. OLE color: 5996220.

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

Color convert

RGB18812691-
CMYK00.330.520.26
HSL21.65º41.99%54.71%-
HSV(B)21.65º51.6%73.73%-
XYZ30.0926.3713.4-
YUV140.55100.04161.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=46.42%
G=31.11%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881269100.330.520.2621.6541.9954.71
HexBC7E5B021341A162a37
Octal2741761330416432265267
Binary101111001111110101101101000011101001101010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E5B; }

 p { color: rgb(188,126,91); }

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

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

 a { background-color: rgb(188,126,91); }

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

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

 span { border-color: rgb(188,126,91); }

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