Html Css Color HEX #BA9B7B Pale Taupe

📋 copy color: '#BA9B7B'

red 186 ◦ green 155 ◦ blue 123

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

Shades of Pale Taupe #BA9B7B

Tints of Pale Taupe #BA9B7B

RGB

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

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

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

R = 40.09%
G = 33.41%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA9B7B (or 0xBA9B7B) is known color: Pale Taupe. HEX triplet: BA, 9B and 7B. RGB value is (186,155,123). Sum of RGB (Red+Green+Blue) = 186+155+123=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B7B is #456484. Grayscale: #A0A0A0. Windows color (decimal): -4547717 or 8100794. OLE color: 8100794.

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

Color convert

RGB 186 155 123 -
CMYK 0 0.17 0.34 0.27
HSL 30.48º 0.31% 0.61% -
HSV(B) 30.48º 0.34% 0.73% -
XYZ 35.55 35.31 23.68 -
YUV 160.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 186 155 123 0 0.17 0.34 0.27 30.48 0.31 0.61
Hex BA 9B 7B 0 11 22 1B 1E 1F 3D
Octal 272 233 173 0 21 42 33 36 37 75
Binary 10111010 10011011 1111011 0 10001 100010 11011 11110 11111 111101

Color Harmonies of #BA9B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B7B

Black with #BA9B7B

Text Example


Text Example

White with #BA9B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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