Html Css Color HEX #BE8066 Burning Sand

📋 copy color: '#BE8066'

red 190 ◦ green 128 ◦ blue 102

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

Shades of Burning Sand #BE8066

Tints of Burning Sand #BE8066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.48%

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

R = 45.24%
G = 30.48%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE8066 (or 0xBE8066) is known color: Burning Sand. HEX triplet: BE, 80 and 66. RGB value is (190,128,102). Sum of RGB (Red+Green+Blue) = 190+128+102=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8066 is #417F99. Grayscale: #8F8F8F. Windows color (decimal): -4292506 or 6717630. OLE color: 6717630.

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

Color convert

RGB 190 128 102 -
CMYK 0 0.33 0.46 0.25
HSL 17.73º 0.4% 0.57% -
HSV(B) 17.73º 0.46% 0.75% -
XYZ 31.35 27.34 16.2 -
YUV 143.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 190 128 102 0 0.33 0.46 0.25 17.73 0.4 0.57
Hex BE 80 66 0 21 2E 19 12 28 39
Octal 276 200 146 0 41 56 31 22 50 71
Binary 10111110 10000000 1100110 0 100001 101110 11001 10010 101000 111001

Color Harmonies of #BE8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8066

Black with #BE8066

Text Example


Text Example

White with #BE8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8066; }

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

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

background-color css

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

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

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

border-color css

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

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

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