Html Css Color HEX #B99282 Pale Taupe

📋 copy color: '#B99282'

red 185 ◦ green 146 ◦ blue 130

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

Shades of Pale Taupe #B99282

Tints of Pale Taupe #B99282

RGB

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

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

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

R = 40.13%
G = 31.67%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B99282 (or 0xB99282) is known color: Pale Taupe. HEX triplet: B9, 92 and 82. RGB value is (185,146,130). Sum of RGB (Red+Green+Blue) = 185+146+130=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B99282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99282 is #466D7D. Grayscale: #9B9B9B. Windows color (decimal): -4615550 or 8557241. OLE color: 8557241.

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

Color convert

RGB 185 146 130 -
CMYK 0 0.21 0.30 0.27
HSL 17.45º 0.28% 0.62% -
HSV(B) 17.45º 0.3% 0.73% -
XYZ 34.32 32.48 25.58 -
YUV 155.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 185 146 130 0 0.21 0.30 0.27 17.45 0.28 0.62
Hex B9 92 82 0 15 1E 1B 11 1C 3E
Octal 271 222 202 0 25 36 33 21 34 76
Binary 10111001 10010010 10000010 0 10101 11110 11011 10001 11100 111110

Color Harmonies of #B99282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99282

Black with #B99282

Text Example


Text Example

White with #B99282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99282; }

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

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

background-color css

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

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

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

border-color css

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

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

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