Html Css Color HEX #BA9072 Pale Taupe

📋 copy color: '#BA9072'

red 186 ◦ green 144 ◦ blue 114

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

Shades of Pale Taupe #BA9072

Tints of Pale Taupe #BA9072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 41.89%
G = 32.43%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA9072 (or 0xBA9072) is known color: Pale Taupe. HEX triplet: BA, 90 and 72. RGB value is (186,144,114). Sum of RGB (Red+Green+Blue) = 186+144+114=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9072 is #456F8D. Grayscale: #999999. Windows color (decimal): -4550542 or 7508154. OLE color: 7508154.

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

Color convert

RGB 186 144 114 -
CMYK 0 0.23 0.39 0.27
HSL 25º 0.34% 0.59% -
HSV(B) 25º 0.39% 0.73% -
XYZ 33.26 31.6 20.27 -
YUV 153.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 186 144 114 0 0.23 0.39 0.27 25 0.34 0.59
Hex BA 90 72 0 17 27 1B 19 22 3B
Octal 272 220 162 0 27 47 33 31 42 73
Binary 10111010 10010000 1110010 0 10111 100111 11011 11001 100010 111011

Color Harmonies of #BA9072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9072

Black with #BA9072

Text Example


Text Example

White with #BA9072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9072; }

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

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

background-color css

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

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

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

border-color css

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

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

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