#BC7E64

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

Shades of Burning Sand #BC7E64

Tints of Burning Sand #BC7E64

Color information

#BC7E64 (or 0xBC7E64) is unknown color: approx Burning Sand. HEX triplet: BC, 7E and 64. RGB value is (188,126,100). Sum of RGB (Red+Green+Blue) = 188+126+100=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E64 is #43819B. Grayscale: #8D8D8D. Windows color (decimal): -4424092 or 6586044. OLE color: 6586044.

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

Color convert

RGB188126100-
CMYK00.330.470.26
HSL17.73º39.64%56.47%-
HSV(B)17.73º46.81%73.73%-
XYZ30.526.5315.57-
YUV141.57104.54161.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 126 (49.61% from 255) = 30.43%
BLUE value IS 100 (39.45% from 255) = 24.15%
R=45.41%
G=30.43%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812610000.330.470.2617.7339.6456.47
HexBC7E640212F1A122838
Octal2741761440415732225070
Binary101111001111110110010001000011011111101010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E64; }

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

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

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

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

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

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

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

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