Html Css Color HEX #BE805E Burning Sand

📋 copy color: '#BE805E'

red 190 ◦ green 128 ◦ blue 94

#BE805E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #BE805E

Tints of Burning Sand #BE805E

RGB

 RED value IS 190 (74.61% from 255) = 46.12%

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 46.12%
G = 31.07%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE805E (or 0xBE805E) is known color: Burning Sand. HEX triplet: BE, 80 and 5E. RGB value is (190,128,94). Sum of RGB (Red+Green+Blue) = 190+128+94=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE805E is #417FA1. Grayscale: #8E8E8E. Windows color (decimal): -4292514 or 6193342. OLE color: 6193342.

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

Color convert

RGB 190 128 94 -
CMYK 0 0.33 0.51 0.25
HSL 21.25º 0.42% 0.56% -
HSV(B) 21.25º 0.51% 0.75% -
XYZ 30.97 27.19 14.21 -
YUV 142.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 190 128 94 0 0.33 0.51 0.25 21.25 0.42 0.56
Hex BE 80 5E 0 21 33 19 15 2A 38
Octal 276 200 136 0 41 63 31 25 52 70
Binary 10111110 10000000 1011110 0 100001 110011 11001 10101 101010 111000

Color Harmonies of #BE805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE805E

Black with #BE805E

Text Example


Text Example

White with #BE805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE805E; }

 p { color: rgb(190,128,94); }

 H1.HeaderClassName
 {
   color: #BE805E;
 }
 .AnyTagClassName
 {
   color: #BE805E;
 }
</style>

background-color css

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

 a { background-color: rgb(190,128,94); }

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

border-color css

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

 span { border-color: rgb(190,128,94); }

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