#BE7D5D

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

Shades of Burning Sand #BE7D5D

Tints of Burning Sand #BE7D5D

Color information

#BE7D5D (or 0xBE7D5D) is unknown color: approx Burning Sand. HEX triplet: BE, 7D and 5D. RGB value is (190,125,93). Sum of RGB (Red+Green+Blue) = 190+125+93=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D5D is #4182A2. Grayscale: #8C8C8C. Windows color (decimal): -4293283 or 6127038. OLE color: 6127038.

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

Color convert

RGB19012593-
CMYK00.340.510.25
HSL19.79º42.73%55.49%-
HSV(B)19.79º51.05%74.51%-
XYZ30.5426.413.84-
YUV140.79101.03163.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 93 (36.72% from 255) = 22.79%
R=46.57%
G=30.64%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901259300.340.510.2519.7942.7355.49
HexBE7D5D0223319142b37
Octal2761751350426331245367
Binary101111101111101101110101000101100111100110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D5D; }

 p { color: rgb(190,125,93); }

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

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

 a { background-color: rgb(190,125,93); }

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

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

 span { border-color: rgb(190,125,93); }

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