Html Css Color HEX #BE8166 Burning Sand

📋 copy color: '#BE8166'

red 190 ◦ green 129 ◦ blue 102

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

Shades of Burning Sand #BE8166

Tints of Burning Sand #BE8166

RGB

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

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

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

R = 45.13%
G = 30.64%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE8166 (or 0xBE8166) is known color: Burning Sand. HEX triplet: BE, 81 and 66. RGB value is (190,129,102). Sum of RGB (Red+Green+Blue) = 190+129+102=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8166 is #417E99. Grayscale: #909090. Windows color (decimal): -4292250 or 6717886. OLE color: 6717886.

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

Color convert

RGB 190 129 102 -
CMYK 0 0.32 0.46 0.25
HSL 18.41º 0.4% 0.57% -
HSV(B) 18.41º 0.46% 0.75% -
XYZ 31.48 27.61 16.24 -
YUV 144.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 190 129 102 0 0.32 0.46 0.25 18.41 0.4 0.57
Hex BE 81 66 0 20 2E 19 12 28 39
Octal 276 201 146 0 40 56 31 22 50 71
Binary 10111110 10000001 1100110 0 100000 101110 11001 10010 101000 111001

Color Harmonies of #BE8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8166

Black with #BE8166

Text Example


Text Example

White with #BE8166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8166; }

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

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

background-color css

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

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

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

border-color css

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

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

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