Html Css Color HEX #BE8460 Burning Sand

📋 copy color: '#BE8460'

red 190 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #BE8460

Tints of Burning Sand #BE8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 45.45%
G = 31.58%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE8460 (or 0xBE8460) is known color: Burning Sand. HEX triplet: BE, 84 and 60. RGB value is (190,132,96). Sum of RGB (Red+Green+Blue) = 190+132+96=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8460 is #417B9F. Grayscale: #919191. Windows color (decimal): -4291488 or 6325438. OLE color: 6325438.

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

Color convert

RGB 190 132 96 -
CMYK 0 0.31 0.49 0.25
HSL 22.98º 0.42% 0.56% -
HSV(B) 22.98º 0.49% 0.75% -
XYZ 31.6 28.29 14.86 -
YUV 145.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 190 132 96 0 0.31 0.49 0.25 22.98 0.42 0.56
Hex BE 84 60 0 1F 31 19 17 2A 38
Octal 276 204 140 0 37 61 31 27 52 70
Binary 10111110 10000100 1100000 0 11111 110001 11001 10111 101010 111000

Color Harmonies of #BE8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8460

Black with #BE8460

Text Example


Text Example

White with #BE8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8460; }

 p { color: rgb(190,132,96); }

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

background-color css

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

 a { background-color: rgb(190,132,96); }

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

border-color css

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

 span { border-color: rgb(190,132,96); }

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