Html Css Color HEX #B99475 Pale Taupe

📋 copy color: '#B99475'

red 185 ◦ green 148 ◦ blue 117

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

Shades of Pale Taupe #B99475

Tints of Pale Taupe #B99475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26%

R = 41.11%
G = 32.89%
B = 26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B99475 (or 0xB99475) is known color: Pale Taupe. HEX triplet: B9, 94 and 75. RGB value is (185,148,117). Sum of RGB (Red+Green+Blue) = 185+148+117=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B99475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99475 is #466B8A. Grayscale: #9B9B9B. Windows color (decimal): -4615051 or 7705785. OLE color: 7705785.

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

Color convert

RGB 185 148 117 -
CMYK 0 0.20 0.37 0.27
HSL 27.35º 0.33% 0.59% -
HSV(B) 27.35º 0.37% 0.73% -
XYZ 33.81 32.78 21.37 -
YUV 155.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 185 148 117 0 0.20 0.37 0.27 27.35 0.33 0.59
Hex B9 94 75 0 14 25 1B 1B 21 3B
Octal 271 224 165 0 24 45 33 33 41 73
Binary 10111001 10010100 1110101 0 10100 100101 11011 11011 100001 111011

Color Harmonies of #B99475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99475

Black with #B99475

Text Example


Text Example

White with #B99475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99475; }

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

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

background-color css

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

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

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

border-color css

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

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

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