#BC7C5F

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

Shades of Burning Sand #BC7C5F

Tints of Burning Sand #BC7C5F

Color information

#BC7C5F (or 0xBC7C5F) is unknown color: approx Burning Sand. HEX triplet: BC, 7C and 5F. RGB value is (188,124,95). Sum of RGB (Red+Green+Blue) = 188+124+95=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C5F is #4383A0. Grayscale: #8C8C8C. Windows color (decimal): -4424609 or 6257852. OLE color: 6257852.

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

Color convert

RGB18812495-
CMYK00.340.490.26
HSL18.71º40.97%55.49%-
HSV(B)18.71º49.47%73.73%-
XYZ30.0125.9314.25-
YUV139.83102.7162.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=46.19%
G=30.47%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881249500.340.490.2618.7140.9755.49
HexBC7C5F022311A132937
Octal2741741370426132235167
Binary101111001111100101111101000101100011101010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7C5F; }

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

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

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

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

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

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

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

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