#BE7D65

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

Shades of Burning Sand #BE7D65

Tints of Burning Sand #BE7D65

Color information

#BE7D65 (or 0xBE7D65) is unknown color: approx Burning Sand. HEX triplet: BE, 7D and 65. RGB value is (190,125,101). Sum of RGB (Red+Green+Blue) = 190+125+101=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D65 is #41829A. Grayscale: #8D8D8D. Windows color (decimal): -4293275 or 6651326. OLE color: 6651326.

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

Color convert

RGB190125101-
CMYK00.340.470.25
HSL16.18º40.64%57.06%-
HSV(B)16.18º46.84%74.51%-
XYZ30.9226.5515.81-
YUV141.7105.03162.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=45.67%
G=30.05%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012510100.340.470.2516.1840.6457.06
HexBE7D650222F19102939
Octal2761751450425731205171
Binary101111101111101110010101000101011111100110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7D65; }

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

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

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

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

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

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

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

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