Html Css Color HEX #BA9B88 Pale Taupe

📋 copy color: '#BA9B88'

red 186 ◦ green 155 ◦ blue 136

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

Shades of Pale Taupe #BA9B88

Tints of Pale Taupe #BA9B88

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 136 (53.52% from 255) = 28.51%

R = 38.99%
G = 32.49%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9B88 (or 0xBA9B88) is known color: Pale Taupe. HEX triplet: BA, 9B and 88. RGB value is (186,155,136). Sum of RGB (Red+Green+Blue) = 186+155+136=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B88 is #456477. Grayscale: #A2A2A2. Windows color (decimal): -4547704 or 8952762. OLE color: 8952762.

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

Color convert

RGB 186 155 136 -
CMYK 0 0.17 0.27 0.27
HSL 22.8º 0.27% 0.63% -
HSV(B) 22.8º 0.27% 0.73% -
XYZ 36.41 35.66 28.26 -
YUV 162.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 186 155 136 0 0.17 0.27 0.27 22.8 0.27 0.63
Hex BA 9B 88 0 11 1B 1B 17 1B 3F
Octal 272 233 210 0 21 33 33 27 33 77
Binary 10111010 10011011 10001000 0 10001 11011 11011 10111 11011 111111

Color Harmonies of #BA9B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B88

Black with #BA9B88

Text Example


Text Example

White with #BA9B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B88; }

 p { color: rgb(186,155,136); }

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

background-color css

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

 a { background-color: rgb(186,155,136); }

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

border-color css

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

 span { border-color: rgb(186,155,136); }

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