Html Css Color HEX #BA8F70 Pale Taupe

📋 copy color: '#BA8F70'

red 186 ◦ green 143 ◦ blue 112

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

Shades of Pale Taupe #BA8F70

Tints of Pale Taupe #BA8F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 42.18%
G = 32.43%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8F70 (or 0xBA8F70) is known color: Pale Taupe. HEX triplet: BA, 8F and 70. RGB value is (186,143,112). Sum of RGB (Red+Green+Blue) = 186+143+112=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F70 is #45708F. Grayscale: #989898. Windows color (decimal): -4550800 or 7376826. OLE color: 7376826.

HSL color Cylindrical-coordinate representation of color #BA8F70: hue angle of 25.14º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8F70 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 143 112 -
CMYK 0 0.23 0.40 0.27
HSL 25.14º 0.35% 0.58% -
HSV(B) 25.14º 0.4% 0.73% -
XYZ 33 31.25 19.62 -
YUV 152.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 186 143 112 0 0.23 0.40 0.27 25.14 0.35 0.58
Hex BA 8F 70 0 17 28 1B 19 23 3A
Octal 272 217 160 0 27 50 33 31 43 72
Binary 10111010 10001111 1110000 0 10111 101000 11011 11001 100011 111010

Color Harmonies of #BA8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F70

Black with #BA8F70

Text Example


Text Example

White with #BA8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F70; }

 p { color: rgb(186,143,112); }

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

background-color css

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

 a { background-color: rgb(186,143,112); }

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

border-color css

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

 span { border-color: rgb(186,143,112); }

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