Html Css Color HEX #BA9F85 Pale Taupe

📋 copy color: '#BA9F85'

red 186 ◦ green 159 ◦ blue 133

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

Shades of Pale Taupe #BA9F85

Tints of Pale Taupe #BA9F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 133 (52.34% from 255) = 27.82%

R = 38.91%
G = 33.26%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA9F85 (or 0xBA9F85) is known color: Pale Taupe. HEX triplet: BA, 9F and 85. RGB value is (186,159,133). Sum of RGB (Red+Green+Blue) = 186+159+133=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F85 is #45607A. Grayscale: #A4A4A4. Windows color (decimal): -4546683 or 8757178. OLE color: 8757178.

HSL color Cylindrical-coordinate representation of color #BA9F85: hue angle of 29.43º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9F85 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 159 133 -
CMYK 0 0.15 0.28 0.27
HSL 29.43º 0.28% 0.63% -
HSV(B) 29.43º 0.28% 0.73% -
XYZ 36.88 36.93 27.37 -
YUV 164.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 186 159 133 0 0.15 0.28 0.27 29.43 0.28 0.63
Hex BA 9F 85 0 F 1C 1B 1D 1C 3F
Octal 272 237 205 0 17 34 33 35 34 77
Binary 10111010 10011111 10000101 0 1111 11100 11011 11101 11100 111111

Color Harmonies of #BA9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F85

Black with #BA9F85

Text Example


Text Example

White with #BA9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F85; }

 p { color: rgb(186,159,133); }

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

background-color css

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

 a { background-color: rgb(186,159,133); }

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

border-color css

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

 span { border-color: rgb(186,159,133); }

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