Html Css Color HEX #BA9272 Pale Taupe

📋 copy color: '#BA9272'

red 186 ◦ green 146 ◦ blue 114

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

Shades of Pale Taupe #BA9272

Tints of Pale Taupe #BA9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.74%

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

R = 41.7%
G = 32.74%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA9272 (or 0xBA9272) is known color: Pale Taupe. HEX triplet: BA, 92 and 72. RGB value is (186,146,114). Sum of RGB (Red+Green+Blue) = 186+146+114=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9272 is #456D8D. Grayscale: #9A9A9A. Windows color (decimal): -4550030 or 7508666. OLE color: 7508666.

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

Color convert

RGB 186 146 114 -
CMYK 0 0.22 0.39 0.27
HSL 26.67º 0.34% 0.59% -
HSV(B) 26.67º 0.39% 0.73% -
XYZ 33.57 32.21 20.37 -
YUV 154.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 186 146 114 0 0.22 0.39 0.27 26.67 0.34 0.59
Hex BA 92 72 0 16 27 1B 1B 22 3B
Octal 272 222 162 0 26 47 33 33 42 73
Binary 10111010 10010010 1110010 0 10110 100111 11011 11011 100010 111011

Color Harmonies of #BA9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9272

Black with #BA9272

Text Example


Text Example

White with #BA9272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9272; }

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

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

background-color css

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

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

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

border-color css

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

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

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