Html Css Color HEX #BE8560 Burning Sand

📋 copy color: '#BE8560'

red 190 ◦ green 133 ◦ blue 96

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

Shades of Burning Sand #BE8560

Tints of Burning Sand #BE8560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

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

R = 45.35%
G = 31.74%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE8560 (or 0xBE8560) is known color: Burning Sand. HEX triplet: BE, 85 and 60. RGB value is (190,133,96). Sum of RGB (Red+Green+Blue) = 190+133+96=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8560 is #417A9F. Grayscale: #929292. Windows color (decimal): -4291232 or 6325694. OLE color: 6325694.

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

Color convert

RGB 190 133 96 -
CMYK 0 0.3 0.49 0.25
HSL 23.62º 0.42% 0.56% -
HSV(B) 23.62º 0.49% 0.75% -
XYZ 31.73 28.57 14.91 -
YUV 145.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 190 133 96 0 0.3 0.49 0.25 23.62 0.42 0.56
Hex BE 85 60 0 1E 31 19 18 2A 38
Octal 276 205 140 0 36 61 31 30 52 70
Binary 10111110 10000101 1100000 0 11110 110001 11001 11000 101010 111000

Color Harmonies of #BE8560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8560

Black with #BE8560

Text Example


Text Example

White with #BE8560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8560; }

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

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

background-color css

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

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

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

border-color css

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

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

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