Html Css Color HEX #BE8261 Burning Sand

📋 copy color: '#BE8261'

red 190 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #BE8261

Tints of Burning Sand #BE8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 45.56%
G = 31.18%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE8261 (or 0xBE8261) is known color: Burning Sand. HEX triplet: BE, 82 and 61. RGB value is (190,130,97). Sum of RGB (Red+Green+Blue) = 190+130+97=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8261 is #417D9E. Grayscale: #909090. Windows color (decimal): -4291999 or 6390462. OLE color: 6390462.

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

Color convert

RGB 190 130 97 -
CMYK 0 0.32 0.49 0.25
HSL 21.29º 0.42% 0.56% -
HSV(B) 21.29º 0.49% 0.75% -
XYZ 31.38 27.78 15.02 -
YUV 144.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 190 130 97 0 0.32 0.49 0.25 21.29 0.42 0.56
Hex BE 82 61 0 20 31 19 15 2A 38
Octal 276 202 141 0 40 61 31 25 52 70
Binary 10111110 10000010 1100001 0 100000 110001 11001 10101 101010 111000

Color Harmonies of #BE8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8261

Black with #BE8261

Text Example


Text Example

White with #BE8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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