Html Css Color HEX #BA8C70 Pale Taupe

📋 copy color: '#BA8C70'

red 186 ◦ green 140 ◦ blue 112

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

Shades of Pale Taupe #BA8C70

Tints of Pale Taupe #BA8C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

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

R = 42.47%
G = 31.96%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA8C70 (or 0xBA8C70) is known color: Pale Taupe. HEX triplet: BA, 8C and 70. RGB value is (186,140,112). Sum of RGB (Red+Green+Blue) = 186+140+112=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C70 is #45738F. Grayscale: #969696. Windows color (decimal): -4551568 or 7376058. OLE color: 7376058.

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

Color convert

RGB 186 140 112 -
CMYK 0 0.25 0.40 0.27
HSL 22.7º 0.35% 0.58% -
HSV(B) 22.7º 0.4% 0.73% -
XYZ 32.55 30.37 19.47 -
YUV 150.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 186 140 112 0 0.25 0.40 0.27 22.7 0.35 0.58
Hex BA 8C 70 0 19 28 1B 17 23 3A
Octal 272 214 160 0 31 50 33 27 43 72
Binary 10111010 10001100 1110000 0 11001 101000 11011 10111 100011 111010

Color Harmonies of #BA8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C70

Black with #BA8C70

Text Example


Text Example

White with #BA8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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