Html Css Color HEX #BA7D64 Burning Sand

📋 copy color: '#BA7D64'

red 186 ◦ green 125 ◦ blue 100

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

Shades of Burning Sand #BA7D64

Tints of Burning Sand #BA7D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.41%

 BLUE value IS 100 (39.45% from 255) = 24.33%

R = 45.26%
G = 30.41%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA7D64 (or 0xBA7D64) is known color: Burning Sand. HEX triplet: BA, 7D and 64. RGB value is (186,125,100). Sum of RGB (Red+Green+Blue) = 186+125+100=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D64 is #45829B. Grayscale: #8C8C8C. Windows color (decimal): -4555420 or 6585786. OLE color: 6585786.

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

Color convert

RGB 186 125 100 -
CMYK 0 0.33 0.46 0.27
HSL 17.44º 0.38% 0.56% -
HSV(B) 17.44º 0.46% 0.73% -
XYZ 29.88 26.03 15.51 -
YUV 140.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 186 125 100 0 0.33 0.46 0.27 17.44 0.38 0.56
Hex BA 7D 64 0 21 2E 1B 11 26 38
Octal 272 175 144 0 41 56 33 21 46 70
Binary 10111010 1111101 1100100 0 100001 101110 11011 10001 100110 111000

Color Harmonies of #BA7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D64

Black with #BA7D64

Text Example


Text Example

White with #BA7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D64; }

 p { color: rgb(186,125,100); }

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

background-color css

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

 a { background-color: rgb(186,125,100); }

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

border-color css

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

 span { border-color: rgb(186,125,100); }

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