#BE7F67

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

Shades of Burning Sand #BE7F67

Tints of Burning Sand #BE7F67

Color information

#BE7F67 (or 0xBE7F67) is unknown color: approx Burning Sand. HEX triplet: BE, 7F and 67. RGB value is (190,127,103). Sum of RGB (Red+Green+Blue) = 190+127+103=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F67 is #418098. Grayscale: #8F8F8F. Windows color (decimal): -4292761 or 6782910. OLE color: 6782910.

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

Color convert

RGB190127103-
CMYK00.330.460.25
HSL16.55º40.09%57.45%-
HSV(B)16.55º45.79%74.51%-
XYZ31.2727.1116.42-
YUV143.1105.37161.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=45.24%
G=30.24%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012710300.330.460.2516.5540.0957.45
HexBE7F670212E19112839
Octal2761771470415631215071
Binary101111101111111110011101000011011101100110001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F67; }

 p { color: rgb(190,127,103); }

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

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

 a { background-color: rgb(190,127,103); }

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

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

 span { border-color: rgb(190,127,103); }

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