Html Css Color HEX #BA907D Pale Taupe

📋 copy color: '#BA907D'

red 186 ◦ green 144 ◦ blue 125

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

Shades of Pale Taupe #BA907D

Tints of Pale Taupe #BA907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.65%

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 40.88%
G = 31.65%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA907D (or 0xBA907D) is known color: Pale Taupe. HEX triplet: BA, 90 and 7D. RGB value is (186,144,125). Sum of RGB (Red+Green+Blue) = 186+144+125=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA907D is #456F82. Grayscale: #9A9A9A. Windows color (decimal): -4550531 or 8229050. OLE color: 8229050.

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

Color convert

RGB 186 144 125 -
CMYK 0 0.23 0.33 0.27
HSL 18.69º 0.31% 0.61% -
HSV(B) 18.69º 0.33% 0.73% -
XYZ 33.92 31.87 23.76 -
YUV 154.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 186 144 125 0 0.23 0.33 0.27 18.69 0.31 0.61
Hex BA 90 7D 0 17 21 1B 13 1F 3D
Octal 272 220 175 0 27 41 33 23 37 75
Binary 10111010 10010000 1111101 0 10111 100001 11011 10011 11111 111101

Color Harmonies of #BA907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA907D

Black with #BA907D

Text Example


Text Example

White with #BA907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA907D; }

 p { color: rgb(186,144,125); }

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

background-color css

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

 a { background-color: rgb(186,144,125); }

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

border-color css

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

 span { border-color: rgb(186,144,125); }

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