Html Css Color HEX #BA7E66 Burning Sand

📋 copy color: '#BA7E66'

red 186 ◦ green 126 ◦ blue 102

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

Shades of Burning Sand #BA7E66

Tints of Burning Sand #BA7E66

RGB

 RED value IS 186 (73.05% from 255) = 44.93%

 GREEN value IS 126 (49.61% from 255) = 30.43%

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

R = 44.93%
G = 30.43%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BA7E66 (or 0xBA7E66) is known color: Burning Sand. HEX triplet: BA, 7E and 66. RGB value is (186,126,102). Sum of RGB (Red+Green+Blue) = 186+126+102=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E66 is #458199. Grayscale: #8D8D8D. Windows color (decimal): -4555162 or 6717114. OLE color: 6717114.

HSL color Cylindrical-coordinate representation of color #BA7E66: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA7E66 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 102 -
CMYK 0 0.32 0.45 0.27
HSL 17.14º 0.38% 0.56% -
HSV(B) 17.14º 0.45% 0.73% -
XYZ 30.11 26.32 16.06 -
YUV 141.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 186 126 102 0 0.32 0.45 0.27 17.14 0.38 0.56
Hex BA 7E 66 0 20 2D 1B 11 26 38
Octal 272 176 146 0 40 55 33 21 46 70
Binary 10111010 1111110 1100110 0 100000 101101 11011 10001 100110 111000

Color Harmonies of #BA7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E66

Black with #BA7E66

Text Example


Text Example

White with #BA7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E66; }

 p { color: rgb(186,126,102); }

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

background-color css

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

 a { background-color: rgb(186,126,102); }

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

border-color css

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

 span { border-color: rgb(186,126,102); }

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