Html Css Color HEX #BE816A Burning Sand

📋 copy color: '#BE816A'

red 190 ◦ green 129 ◦ blue 106

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

Shades of Burning Sand #BE816A

Tints of Burning Sand #BE816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.35%

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

R = 44.71%
G = 30.35%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE816A (or 0xBE816A) is known color: Burning Sand. HEX triplet: BE, 81 and 6A. RGB value is (190,129,106). Sum of RGB (Red+Green+Blue) = 190+129+106=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE816A is #417E95. Grayscale: #909090. Windows color (decimal): -4292246 or 6980030. OLE color: 6980030.

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

Color convert

RGB 190 129 106 -
CMYK 0 0.32 0.44 0.25
HSL 16.43º 0.39% 0.58% -
HSV(B) 16.43º 0.44% 0.75% -
XYZ 31.69 27.69 17.31 -
YUV 144.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 190 129 106 0 0.32 0.44 0.25 16.43 0.39 0.58
Hex BE 81 6A 0 20 2C 19 10 27 3A
Octal 276 201 152 0 40 54 31 20 47 72
Binary 10111110 10000001 1101010 0 100000 101100 11001 10000 100111 111010

Color Harmonies of #BE816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE816A

Black with #BE816A

Text Example


Text Example

White with #BE816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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