Html Css Color HEX #BA8C72 Pale Taupe

📋 copy color: '#BA8C72'

red 186 ◦ green 140 ◦ blue 114

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

Shades of Pale Taupe #BA8C72

Tints of Pale Taupe #BA8C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 42.27%
G = 31.82%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA8C72 (or 0xBA8C72) is known color: Pale Taupe. HEX triplet: BA, 8C and 72. RGB value is (186,140,114). Sum of RGB (Red+Green+Blue) = 186+140+114=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C72 is #45738D. Grayscale: #969696. Windows color (decimal): -4551566 or 7507130. OLE color: 7507130.

HSL color Cylindrical-coordinate representation of color #BA8C72: hue angle of 21.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8C72 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 140 114 -
CMYK 0 0.25 0.39 0.27
HSL 21.67º 0.34% 0.59% -
HSV(B) 21.67º 0.39% 0.73% -
XYZ 32.67 30.41 20.07 -
YUV 150.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 186 140 114 0 0.25 0.39 0.27 21.67 0.34 0.59
Hex BA 8C 72 0 19 27 1B 16 22 3B
Octal 272 214 162 0 31 47 33 26 42 73
Binary 10111010 10001100 1110010 0 11001 100111 11011 10110 100010 111011

Color Harmonies of #BA8C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C72

Black with #BA8C72

Text Example


Text Example

White with #BA8C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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