Html Css Color HEX #B99682 Pale Taupe

📋 copy color: '#B99682'

red 185 ◦ green 150 ◦ blue 130

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

Shades of Pale Taupe #B99682

Tints of Pale Taupe #B99682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

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

R = 39.78%
G = 32.26%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B99682 (or 0xB99682) is known color: Pale Taupe. HEX triplet: B9, 96 and 82. RGB value is (185,150,130). Sum of RGB (Red+Green+Blue) = 185+150+130=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B99682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99682 is #46697D. Grayscale: #9E9E9E. Windows color (decimal): -4614526 or 8558265. OLE color: 8558265.

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

Color convert

RGB 185 150 130 -
CMYK 0 0.19 0.30 0.27
HSL 21.82º 0.28% 0.62% -
HSV(B) 21.82º 0.3% 0.73% -
XYZ 34.94 33.74 25.79 -
YUV 158.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 185 150 130 0 0.19 0.30 0.27 21.82 0.28 0.62
Hex B9 96 82 0 13 1E 1B 16 1C 3E
Octal 271 226 202 0 23 36 33 26 34 76
Binary 10111001 10010110 10000010 0 10011 11110 11011 10110 11100 111110

Color Harmonies of #B99682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99682

Black with #B99682

Text Example


Text Example

White with #B99682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99682; }

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

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

background-color css

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

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

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

border-color css

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

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

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