Html Css Color HEX #B99072 Pale Taupe

📋 copy color: '#B99072'

red 185 ◦ green 144 ◦ blue 114

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

Shades of Pale Taupe #B99072

Tints of Pale Taupe #B99072

RGB

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

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

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

R = 41.76%
G = 32.51%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B99072 (or 0xB99072) is known color: Pale Taupe. HEX triplet: B9, 90 and 72. RGB value is (185,144,114). Sum of RGB (Red+Green+Blue) = 185+144+114=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B99072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99072 is #466F8D. Grayscale: #989898. Windows color (decimal): -4616078 or 7508153. OLE color: 7508153.

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

Color convert

RGB 185 144 114 -
CMYK 0 0.22 0.38 0.27
HSL 25.35º 0.34% 0.59% -
HSV(B) 25.35º 0.38% 0.73% -
XYZ 33.02 31.48 20.25 -
YUV 152.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 185 144 114 0 0.22 0.38 0.27 25.35 0.34 0.59
Hex B9 90 72 0 16 26 1B 19 22 3B
Octal 271 220 162 0 26 46 33 31 42 73
Binary 10111001 10010000 1110010 0 10110 100110 11011 11001 100010 111011

Color Harmonies of #B99072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99072

Black with #B99072

Text Example


Text Example

White with #B99072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99072; }

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

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

background-color css

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

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

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

border-color css

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

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

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