Html Css Color HEX #B99478 Pale Taupe

📋 copy color: '#B99478'

red 185 ◦ green 148 ◦ blue 120

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

Shades of Pale Taupe #B99478

Tints of Pale Taupe #B99478

RGB

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

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

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

R = 40.84%
G = 32.67%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B99478 (or 0xB99478) is known color: Pale Taupe. HEX triplet: B9, 94 and 78. RGB value is (185,148,120). Sum of RGB (Red+Green+Blue) = 185+148+120=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B99478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99478 is #466B87. Grayscale: #9C9C9C. Windows color (decimal): -4615048 or 7902393. OLE color: 7902393.

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

Color convert

RGB 185 148 120 -
CMYK 0 0.20 0.35 0.27
HSL 25.85º 0.32% 0.6% -
HSV(B) 25.85º 0.35% 0.73% -
XYZ 33.99 32.85 22.32 -
YUV 155.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 185 148 120 0 0.20 0.35 0.27 25.85 0.32 0.6
Hex B9 94 78 0 14 23 1B 1A 20 3C
Octal 271 224 170 0 24 43 33 32 40 74
Binary 10111001 10010100 1111000 0 10100 100011 11011 11010 100000 111100

Color Harmonies of #B99478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99478

Black with #B99478

Text Example


Text Example

White with #B99478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99478; }

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

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

background-color css

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

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

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

border-color css

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

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

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