Html Css Color HEX #B99C88 Pale Taupe

📋 copy color: '#B99C88'

red 185 ◦ green 156 ◦ blue 136

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

Shades of Pale Taupe #B99C88

Tints of Pale Taupe #B99C88

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

 BLUE value IS 136 (53.52% from 255) = 28.51%

R = 38.78%
G = 32.7%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B99C88 (or 0xB99C88) is known color: Pale Taupe. HEX triplet: B9, 9C and 88. RGB value is (185,156,136). Sum of RGB (Red+Green+Blue) = 185+156+136=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99C88 is #466377. Grayscale: #A2A2A2. Windows color (decimal): -4612984 or 8953017. OLE color: 8953017.

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

Color convert

RGB 185 156 136 -
CMYK 0 0.16 0.26 0.27
HSL 24.49º 0.26% 0.63% -
HSV(B) 24.49º 0.26% 0.73% -
XYZ 36.34 35.87 28.3 -
YUV 162.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 185 156 136 0 0.16 0.26 0.27 24.49 0.26 0.63
Hex B9 9C 88 0 10 1A 1B 18 1A 3F
Octal 271 234 210 0 20 32 33 30 32 77
Binary 10111001 10011100 10001000 0 10000 11010 11011 11000 11010 111111

Color Harmonies of #B99C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99C88

Black with #B99C88

Text Example


Text Example

White with #B99C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99C88; }

 p { color: rgb(185,156,136); }

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

background-color css

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

 a { background-color: rgb(185,156,136); }

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

border-color css

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

 span { border-color: rgb(185,156,136); }

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