Html Css Color HEX #B99F8B Pale Taupe

📋 copy color: '#B99F8B'

red 185 ◦ green 159 ◦ blue 139

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

Shades of Pale Taupe #B99F8B

Tints of Pale Taupe #B99F8B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.92%

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 38.3%
G = 32.92%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B99F8B (or 0xB99F8B) is known color: Pale Taupe. HEX triplet: B9, 9F and 8B. RGB value is (185,159,139). Sum of RGB (Red+Green+Blue) = 185+159+139=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F8B is #466074. Grayscale: #A4A4A4. Windows color (decimal): -4612213 or 9150393. OLE color: 9150393.

HSL color Cylindrical-coordinate representation of color #B99F8B: hue angle of 26.09º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B99F8B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 159 139 -
CMYK 0 0.14 0.25 0.27
HSL 26.09º 0.25% 0.64% -
HSV(B) 26.09º 0.25% 0.73% -
XYZ 37.07 36.97 29.61 -
YUV 164.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 185 159 139 0 0.14 0.25 0.27 26.09 0.25 0.64
Hex B9 9F 8B 0 E 19 1B 1A 19 40
Octal 271 237 213 0 16 31 33 32 31 100
Binary 10111001 10011111 10001011 0 1110 11001 11011 11010 11001 1000000

Color Harmonies of #B99F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F8B

Black with #B99F8B

Text Example


Text Example

White with #B99F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F8B; }

 p { color: rgb(185,159,139); }

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

background-color css

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

 a { background-color: rgb(185,159,139); }

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

border-color css

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

 span { border-color: rgb(185,159,139); }

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