Html Css Color HEX #B99778 Pale Taupe

📋 copy color: '#B99778'

red 185 ◦ green 151 ◦ blue 120

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

Shades of Pale Taupe #B99778

Tints of Pale Taupe #B99778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.11%

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

R = 40.57%
G = 33.11%
B = 26.32%

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

#B99778 (or 0xB99778) is known color: Pale Taupe. HEX triplet: B9, 97 and 78. RGB value is (185,151,120). Sum of RGB (Red+Green+Blue) = 185+151+120=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B99778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99778 is #466887. Grayscale: #9D9D9D. Windows color (decimal): -4614280 or 7903161. OLE color: 7903161.

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

Color convert

RGB 185 151 120 -
CMYK 0 0.18 0.35 0.27
HSL 28.62º 0.32% 0.6% -
HSV(B) 28.62º 0.35% 0.73% -
XYZ 34.46 33.8 22.48 -
YUV 157.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 185 151 120 0 0.18 0.35 0.27 28.62 0.32 0.6
Hex B9 97 78 0 12 23 1B 1D 20 3C
Octal 271 227 170 0 22 43 33 35 40 74
Binary 10111001 10010111 1111000 0 10010 100011 11011 11101 100000 111100

Color Harmonies of #B99778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99778

Black with #B99778

Text Example


Text Example

White with #B99778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99778; }

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

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

background-color css

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

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

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

border-color css

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

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

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