Html Css Color HEX #B99878 Pale Taupe

📋 copy color: '#B99878'

red 185 ◦ green 152 ◦ blue 120

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

Shades of Pale Taupe #B99878

Tints of Pale Taupe #B99878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.26%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 40.48%
G = 33.26%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B99878 (or 0xB99878) is known color: Pale Taupe. HEX triplet: B9, 98 and 78. RGB value is (185,152,120). Sum of RGB (Red+Green+Blue) = 185+152+120=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B99878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99878 is #466787. Grayscale: #9E9E9E. Windows color (decimal): -4614024 or 7903417. OLE color: 7903417.

HSL color Cylindrical-coordinate representation of color #B99878: hue angle of 29.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B99878 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 120 -
CMYK 0 0.18 0.35 0.27
HSL 29.54º 0.32% 0.6% -
HSV(B) 29.54º 0.35% 0.73% -
XYZ 34.63 34.13 22.53 -
YUV 158.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 185 152 120 0 0.18 0.35 0.27 29.54 0.32 0.6
Hex B9 98 78 0 12 23 1B 1E 20 3C
Octal 271 230 170 0 22 43 33 36 40 74
Binary 10111001 10011000 1111000 0 10010 100011 11011 11110 100000 111100

Color Harmonies of #B99878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99878

Black with #B99878

Text Example


Text Example

White with #B99878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99878; }

 p { color: rgb(185,152,120); }

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

background-color css

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

 a { background-color: rgb(185,152,120); }

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

border-color css

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

 span { border-color: rgb(185,152,120); }

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