Html Css Color HEX #BE8966 Burning Sand

📋 copy color: '#BE8966'

red 190 ◦ green 137 ◦ blue 102

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

Shades of Burning Sand #BE8966

Tints of Burning Sand #BE8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

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

R = 44.29%
G = 31.93%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE8966 (or 0xBE8966) is known color: Burning Sand. HEX triplet: BE, 89 and 66. RGB value is (190,137,102). Sum of RGB (Red+Green+Blue) = 190+137+102=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8966 is #417699. Grayscale: #959595. Windows color (decimal): -4290202 or 6719934. OLE color: 6719934.

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

Color convert

RGB 190 137 102 -
CMYK 0 0.28 0.46 0.25
HSL 23.86º 0.4% 0.57% -
HSV(B) 23.86º 0.46% 0.75% -
XYZ 32.58 29.8 16.6 -
YUV 148.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 190 137 102 0 0.28 0.46 0.25 23.86 0.4 0.57
Hex BE 89 66 0 1C 2E 19 18 28 39
Octal 276 211 146 0 34 56 31 30 50 71
Binary 10111110 10001001 1100110 0 11100 101110 11001 11000 101000 111001

Color Harmonies of #BE8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8966

Black with #BE8966

Text Example


Text Example

White with #BE8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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