Html Css Color HEX #BE8268 Burning Sand

📋 copy color: '#BE8268'

red 190 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #BE8268

Tints of Burning Sand #BE8268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 44.81%
G = 30.66%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE8268 (or 0xBE8268) is known color: Burning Sand. HEX triplet: BE, 82 and 68. RGB value is (190,130,104). Sum of RGB (Red+Green+Blue) = 190+130+104=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8268 is #417D97. Grayscale: #919191. Windows color (decimal): -4291992 or 6849214. OLE color: 6849214.

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

Color convert

RGB 190 130 104 -
CMYK 0 0.32 0.45 0.25
HSL 18.14º 0.4% 0.58% -
HSV(B) 18.14º 0.45% 0.75% -
XYZ 31.72 27.91 16.81 -
YUV 144.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 190 130 104 0 0.32 0.45 0.25 18.14 0.4 0.58
Hex BE 82 68 0 20 2D 19 12 28 3A
Octal 276 202 150 0 40 55 31 22 50 72
Binary 10111110 10000010 1101000 0 100000 101101 11001 10010 101000 111010

Color Harmonies of #BE8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8268

Black with #BE8268

Text Example


Text Example

White with #BE8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8268; }

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

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

background-color css

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

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

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

border-color css

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

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

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