Html Css Color HEX #B99477 Pale Taupe

📋 copy color: '#B99477'

red 185 ◦ green 148 ◦ blue 119

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

Shades of Pale Taupe #B99477

Tints of Pale Taupe #B99477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.74%

 BLUE value IS 119 (46.88% from 255) = 26.33%

R = 40.93%
G = 32.74%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B99477 (or 0xB99477) is known color: Pale Taupe. HEX triplet: B9, 94 and 77. RGB value is (185,148,119). Sum of RGB (Red+Green+Blue) = 185+148+119=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99477 is #466B88. Grayscale: #9B9B9B. Windows color (decimal): -4615049 or 7836857. OLE color: 7836857.

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

Color convert

RGB 185 148 119 -
CMYK 0 0.20 0.36 0.27
HSL 26.36º 0.32% 0.6% -
HSV(B) 26.36º 0.36% 0.73% -
XYZ 33.93 32.83 22 -
YUV 155.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 185 148 119 0 0.20 0.36 0.27 26.36 0.32 0.6
Hex B9 94 77 0 14 24 1B 1A 20 3C
Octal 271 224 167 0 24 44 33 32 40 74
Binary 10111001 10010100 1110111 0 10100 100100 11011 11010 100000 111100

Color Harmonies of #B99477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99477

Black with #B99477

Text Example


Text Example

White with #B99477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99477; }

 p { color: rgb(185,148,119); }

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

background-color css

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

 a { background-color: rgb(185,148,119); }

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

border-color css

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

 span { border-color: rgb(185,148,119); }

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