#BE8267

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

Shades of Burning Sand #BE8267

Tints of Burning Sand #BE8267

Color information

#BE8267 (or 0xBE8267) is unknown color: approx Burning Sand. HEX triplet: BE, 82 and 67. RGB value is (190,130,103). Sum of RGB (Red+Green+Blue) = 190+130+103=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8267 is #417D98. Grayscale: #919191. Windows color (decimal): -4291993 or 6783678. OLE color: 6783678.

HSL color Cylindrical-coordinate representation of color #BE8267: hue angle of 18.62º 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 #BE8267 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB190130103-
CMYK00.320.460.25
HSL18.62º40.09%57.45%-
HSV(B)18.62º45.79%74.51%-
XYZ31.6727.8916.55-
YUV144.86104.38160.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 103 (40.62% from 255) = 24.35%
R=44.92%
G=30.73%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013010300.320.460.2518.6240.0957.45
HexBE82670202E19132839
Octal2762021470405631235071
Binary1011111010000010110011101000001011101100110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8267; }

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

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

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

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

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

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

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

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