Html Css Color HEX #BA957B Pale Taupe

📋 copy color: '#BA957B'

red 186 ◦ green 149 ◦ blue 123

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

Shades of Pale Taupe #BA957B

Tints of Pale Taupe #BA957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.53%

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 40.61%
G = 32.53%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA957B (or 0xBA957B) is known color: Pale Taupe. HEX triplet: BA, 95 and 7B. RGB value is (186,149,123). Sum of RGB (Red+Green+Blue) = 186+149+123=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA957B is #456A84. Grayscale: #9D9D9D. Windows color (decimal): -4549253 or 8099258. OLE color: 8099258.

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

Color convert

RGB 186 149 123 -
CMYK 0 0.20 0.34 0.27
HSL 24.76º 0.31% 0.61% -
HSV(B) 24.76º 0.34% 0.73% -
XYZ 34.57 33.36 23.36 -
YUV 157.1 108.76 148.61 -
System Red Green Blue C M Y K H S L
Decimal 186 149 123 0 0.20 0.34 0.27 24.76 0.31 0.61
Hex BA 95 7B 0 14 22 1B 19 1F 3D
Octal 272 225 173 0 24 42 33 31 37 75
Binary 10111010 10010101 1111011 0 10100 100010 11011 11001 11111 111101

Color Harmonies of #BA957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA957B

Black with #BA957B

Text Example


Text Example

White with #BA957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA957B; }

 p { color: rgb(186,149,123); }

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

background-color css

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

 a { background-color: rgb(186,149,123); }

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

border-color css

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

 span { border-color: rgb(186,149,123); }

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