Html Css Color HEX #BE806A Burning Sand

📋 copy color: '#BE806A'

red 190 ◦ green 128 ◦ blue 106

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

Shades of Burning Sand #BE806A

Tints of Burning Sand #BE806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 44.81%
G = 30.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE806A (or 0xBE806A) is known color: Burning Sand. HEX triplet: BE, 80 and 6A. RGB value is (190,128,106). Sum of RGB (Red+Green+Blue) = 190+128+106=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE806A is #417F95. Grayscale: #909090. Windows color (decimal): -4292502 or 6979774. OLE color: 6979774.

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

Color convert

RGB 190 128 106 -
CMYK 0 0.33 0.44 0.25
HSL 15.71º 0.39% 0.58% -
HSV(B) 15.71º 0.44% 0.75% -
XYZ 31.56 27.43 17.27 -
YUV 144.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 190 128 106 0 0.33 0.44 0.25 15.71 0.39 0.58
Hex BE 80 6A 0 21 2C 19 10 27 3A
Octal 276 200 152 0 41 54 31 20 47 72
Binary 10111110 10000000 1101010 0 100001 101100 11001 10000 100111 111010

Color Harmonies of #BE806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE806A

Black with #BE806A

Text Example


Text Example

White with #BE806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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