Html Css Color HEX #B99175 Pale Taupe

📋 copy color: '#B99175'

red 185 ◦ green 145 ◦ blue 117

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

Shades of Pale Taupe #B99175

Tints of Pale Taupe #B99175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.44%

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

R = 41.39%
G = 32.44%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B99175 (or 0xB99175) is known color: Pale Taupe. HEX triplet: B9, 91 and 75. RGB value is (185,145,117). Sum of RGB (Red+Green+Blue) = 185+145+117=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B99175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99175 is #466E8A. Grayscale: #999999. Windows color (decimal): -4615819 or 7705017. OLE color: 7705017.

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

Color convert

RGB 185 145 117 -
CMYK 0 0.22 0.37 0.27
HSL 24.71º 0.33% 0.59% -
HSV(B) 24.71º 0.37% 0.73% -
XYZ 33.34 31.85 21.22 -
YUV 153.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 185 145 117 0 0.22 0.37 0.27 24.71 0.33 0.59
Hex B9 91 75 0 16 25 1B 19 21 3B
Octal 271 221 165 0 26 45 33 31 41 73
Binary 10111001 10010001 1110101 0 10110 100101 11011 11001 100001 111011

Color Harmonies of #B99175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99175

Black with #B99175

Text Example


Text Example

White with #B99175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99175; }

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

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

background-color css

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

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

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

border-color css

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

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

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