Html Css Color HEX #BE825D Burning Sand

📋 copy color: '#BE825D'

red 190 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #BE825D

Tints of Burning Sand #BE825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.48%

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 46%
G = 31.48%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE825D (or 0xBE825D) is known color: Burning Sand. HEX triplet: BE, 82 and 5D. RGB value is (190,130,93). Sum of RGB (Red+Green+Blue) = 190+130+93=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE825D is #417DA2. Grayscale: #8F8F8F. Windows color (decimal): -4292003 or 6128318. OLE color: 6128318.

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

Color convert

RGB 190 130 93 -
CMYK 0 0.32 0.51 0.25
HSL 22.89º 0.43% 0.55% -
HSV(B) 22.89º 0.51% 0.75% -
XYZ 31.19 27.7 14.06 -
YUV 143.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 190 130 93 0 0.32 0.51 0.25 22.89 0.43 0.55
Hex BE 82 5D 0 20 33 19 17 2B 37
Octal 276 202 135 0 40 63 31 27 53 67
Binary 10111110 10000010 1011101 0 100000 110011 11001 10111 101011 110111

Color Harmonies of #BE825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE825D

Black with #BE825D

Text Example


Text Example

White with #BE825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE825D; }

 p { color: rgb(190,130,93); }

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

background-color css

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

 a { background-color: rgb(190,130,93); }

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

border-color css

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

 span { border-color: rgb(190,130,93); }

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