Html Css Color HEX #BE8466 Burning Sand

📋 copy color: '#BE8466'

red 190 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #BE8466

Tints of Burning Sand #BE8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

 BLUE value IS 102 (40.23% from 255) = 24.06%

R = 44.81%
G = 31.13%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE8466 (or 0xBE8466) is known color: Burning Sand. HEX triplet: BE, 84 and 66. RGB value is (190,132,102). Sum of RGB (Red+Green+Blue) = 190+132+102=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8466 is #417B99. Grayscale: #929292. Windows color (decimal): -4291482 or 6718654. OLE color: 6718654.

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

Color convert

RGB 190 132 102 -
CMYK 0 0.31 0.46 0.25
HSL 20.45º 0.4% 0.57% -
HSV(B) 20.45º 0.46% 0.75% -
XYZ 31.88 28.41 16.37 -
YUV 145.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 190 132 102 0 0.31 0.46 0.25 20.45 0.4 0.57
Hex BE 84 66 0 1F 2E 19 14 28 39
Octal 276 204 146 0 37 56 31 24 50 71
Binary 10111110 10000100 1100110 0 11111 101110 11001 10100 101000 111001

Color Harmonies of #BE8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8466

Black with #BE8466

Text Example


Text Example

White with #BE8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8466; }

 p { color: rgb(190,132,102); }

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

background-color css

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

 a { background-color: rgb(190,132,102); }

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

border-color css

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

 span { border-color: rgb(190,132,102); }

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