Html Css Color HEX #B99272 Pale Taupe

📋 copy color: '#B99272'

red 185 ◦ green 146 ◦ blue 114

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

Shades of Pale Taupe #B99272

Tints of Pale Taupe #B99272

RGB

 RED value IS 185 (72.66% from 255) = 41.57%

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

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

R = 41.57%
G = 32.81%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B99272 (or 0xB99272) is known color: Pale Taupe. HEX triplet: B9, 92 and 72. RGB value is (185,146,114). Sum of RGB (Red+Green+Blue) = 185+146+114=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B99272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99272 is #466D8D. Grayscale: #9A9A9A. Windows color (decimal): -4615566 or 7508665. OLE color: 7508665.

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

Color convert

RGB 185 146 114 -
CMYK 0 0.21 0.38 0.27
HSL 27.04º 0.34% 0.59% -
HSV(B) 27.04º 0.38% 0.73% -
XYZ 33.32 32.09 20.36 -
YUV 154.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 185 146 114 0 0.21 0.38 0.27 27.04 0.34 0.59
Hex B9 92 72 0 15 26 1B 1B 22 3B
Octal 271 222 162 0 25 46 33 33 42 73
Binary 10111001 10010010 1110010 0 10101 100110 11011 11011 100010 111011

Color Harmonies of #B99272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99272

Black with #B99272

Text Example


Text Example

White with #B99272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99272; }

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

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

background-color css

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

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

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

border-color css

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

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

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