Html Css Color HEX #B99482 Pale Taupe

📋 copy color: '#B99482'

red 185 ◦ green 148 ◦ blue 130

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

Shades of Pale Taupe #B99482

Tints of Pale Taupe #B99482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 39.96%
G = 31.97%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B99482 (or 0xB99482) is known color: Pale Taupe. HEX triplet: B9, 94 and 82. RGB value is (185,148,130). Sum of RGB (Red+Green+Blue) = 185+148+130=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99482 is #466B7D. Grayscale: #9D9D9D. Windows color (decimal): -4615038 or 8557753. OLE color: 8557753.

HSL color Cylindrical-coordinate representation of color #B99482: hue angle of 19.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B99482 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 130 -
CMYK 0 0.20 0.30 0.27
HSL 19.64º 0.28% 0.62% -
HSV(B) 19.64º 0.3% 0.73% -
XYZ 34.63 33.11 25.68 -
YUV 157.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 185 148 130 0 0.20 0.30 0.27 19.64 0.28 0.62
Hex B9 94 82 0 14 1E 1B 14 1C 3E
Octal 271 224 202 0 24 36 33 24 34 76
Binary 10111001 10010100 10000010 0 10100 11110 11011 10100 11100 111110

Color Harmonies of #B99482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99482

Black with #B99482

Text Example


Text Example

White with #B99482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99482; }

 p { color: rgb(185,148,130); }

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

background-color css

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

 a { background-color: rgb(185,148,130); }

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

border-color css

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

 span { border-color: rgb(185,148,130); }

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