Html Css Color HEX #BE815F Burning Sand

📋 copy color: '#BE815F'

red 190 ◦ green 129 ◦ blue 95

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

Shades of Burning Sand #BE815F

Tints of Burning Sand #BE815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 45.89%
G = 31.16%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE815F (or 0xBE815F) is known color: Burning Sand. HEX triplet: BE, 81 and 5F. RGB value is (190,129,95). Sum of RGB (Red+Green+Blue) = 190+129+95=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE815F is #417EA0. Grayscale: #8F8F8F. Windows color (decimal): -4292257 or 6259134. OLE color: 6259134.

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

Color convert

RGB 190 129 95 -
CMYK 0 0.32 0.5 0.25
HSL 21.47º 0.42% 0.56% -
HSV(B) 21.47º 0.5% 0.75% -
XYZ 31.15 27.47 14.49 -
YUV 143.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 190 129 95 0 0.32 0.5 0.25 21.47 0.42 0.56
Hex BE 81 5F 0 20 32 19 15 2A 38
Octal 276 201 137 0 40 62 31 25 52 70
Binary 10111110 10000001 1011111 0 100000 110010 11001 10101 101010 111000

Color Harmonies of #BE815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE815F

Black with #BE815F

Text Example


Text Example

White with #BE815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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