#BE7B5F

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

Shades of Burning Sand #BE7B5F

Tints of Burning Sand #BE7B5F

Color information

#BE7B5F (or 0xBE7B5F) is unknown color: approx Burning Sand. HEX triplet: BE, 7B and 5F. RGB value is (190,123,95). Sum of RGB (Red+Green+Blue) = 190+123+95=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B5F is #4184A0. Grayscale: #8C8C8C. Windows color (decimal): -4293793 or 6257598. OLE color: 6257598.

HSL color Cylindrical-coordinate representation of color #BE7B5F: hue angle of 17.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE7B5F is Cyan = 0, Magento = 0.35, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB19012395-
CMYK00.350.50.25
HSL17.68º42.22%55.88%-
HSV(B)17.68º50%74.51%-
XYZ30.3825.9414.23-
YUV139.84102.7163.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=46.57%
G=30.15%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901239500.350.50.2517.6842.2255.88
HexBE7B5F0233219122a38
Octal2761731370436231225270
Binary101111101111011101111101000111100101100110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B5F; }

 p { color: rgb(190,123,95); }

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

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

 a { background-color: rgb(190,123,95); }

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

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

 span { border-color: rgb(190,123,95); }

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