Html Css Color HEX #BA977B Pale Taupe

📋 copy color: '#BA977B'

red 186 ◦ green 151 ◦ blue 123

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

Shades of Pale Taupe #BA977B

Tints of Pale Taupe #BA977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

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

R = 40.43%
G = 32.83%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA977B (or 0xBA977B) is known color: Pale Taupe. HEX triplet: BA, 97 and 7B. RGB value is (186,151,123). Sum of RGB (Red+Green+Blue) = 186+151+123=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA977B is #456884. Grayscale: #9E9E9E. Windows color (decimal): -4548741 or 8099770. OLE color: 8099770.

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

Color convert

RGB 186 151 123 -
CMYK 0 0.19 0.34 0.27
HSL 26.67º 0.31% 0.61% -
HSV(B) 26.67º 0.34% 0.73% -
XYZ 34.89 34 23.46 -
YUV 158.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 186 151 123 0 0.19 0.34 0.27 26.67 0.31 0.61
Hex BA 97 7B 0 13 22 1B 1B 1F 3D
Octal 272 227 173 0 23 42 33 33 37 75
Binary 10111010 10010111 1111011 0 10011 100010 11011 11011 11111 111101

Color Harmonies of #BA977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA977B

Black with #BA977B

Text Example


Text Example

White with #BA977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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