Html Css Color HEX #BE805F Burning Sand

📋 copy color: '#BE805F'

red 190 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #BE805F

Tints of Burning Sand #BE805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 46%
G = 30.99%
B = 23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE805F (or 0xBE805F) is known color: Burning Sand. HEX triplet: BE, 80 and 5F. RGB value is (190,128,95). Sum of RGB (Red+Green+Blue) = 190+128+95=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE805F is #417FA0. Grayscale: #8E8E8E. Windows color (decimal): -4292513 or 6258878. OLE color: 6258878.

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

Color convert

RGB 190 128 95 -
CMYK 0 0.33 0.5 0.25
HSL 20.84º 0.42% 0.56% -
HSV(B) 20.84º 0.5% 0.75% -
XYZ 31.02 27.21 14.44 -
YUV 142.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 190 128 95 0 0.33 0.5 0.25 20.84 0.42 0.56
Hex BE 80 5F 0 21 32 19 15 2A 38
Octal 276 200 137 0 41 62 31 25 52 70
Binary 10111110 10000000 1011111 0 100001 110010 11001 10101 101010 111000

Color Harmonies of #BE805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE805F

Black with #BE805F

Text Example


Text Example

White with #BE805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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