Html Css Color HEX #BA937B Pale Taupe

📋 copy color: '#BA937B'

red 186 ◦ green 147 ◦ blue 123

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

Shades of Pale Taupe #BA937B

Tints of Pale Taupe #BA937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.24%

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

R = 40.79%
G = 32.24%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA937B (or 0xBA937B) is known color: Pale Taupe. HEX triplet: BA, 93 and 7B. RGB value is (186,147,123). Sum of RGB (Red+Green+Blue) = 186+147+123=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA937B is #456C84. Grayscale: #9C9C9C. Windows color (decimal): -4549765 or 8098746. OLE color: 8098746.

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

Color convert

RGB 186 147 123 -
CMYK 0 0.21 0.34 0.27
HSL 22.86º 0.31% 0.61% -
HSV(B) 22.86º 0.34% 0.73% -
XYZ 34.26 32.74 23.25 -
YUV 155.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 186 147 123 0 0.21 0.34 0.27 22.86 0.31 0.61
Hex BA 93 7B 0 15 22 1B 17 1F 3D
Octal 272 223 173 0 25 42 33 27 37 75
Binary 10111010 10010011 1111011 0 10101 100010 11011 10111 11111 111101

Color Harmonies of #BA937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA937B

Black with #BA937B

Text Example


Text Example

White with #BA937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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