Html Css Color HEX #B99383 Pale Taupe

📋 copy color: '#B99383'

red 185 ◦ green 147 ◦ blue 131

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

Shades of Pale Taupe #B99383

Tints of Pale Taupe #B99383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 39.96%
G = 31.75%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B99383 (or 0xB99383) is known color: Pale Taupe. HEX triplet: B9, 93 and 83. RGB value is (185,147,131). Sum of RGB (Red+Green+Blue) = 185+147+131=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99383 is #466C7C. Grayscale: #9C9C9C. Windows color (decimal): -4615293 or 8623033. OLE color: 8623033.

HSL color Cylindrical-coordinate representation of color #B99383: hue angle of 17.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B99383 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 131 -
CMYK 0 0.21 0.29 0.27
HSL 17.78º 0.28% 0.62% -
HSV(B) 17.78º 0.29% 0.73% -
XYZ 34.54 32.82 25.99 -
YUV 156.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 185 147 131 0 0.21 0.29 0.27 17.78 0.28 0.62
Hex B9 93 83 0 15 1D 1B 12 1C 3E
Octal 271 223 203 0 25 35 33 22 34 76
Binary 10111001 10010011 10000011 0 10101 11101 11011 10010 11100 111110

Color Harmonies of #B99383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99383

Black with #B99383

Text Example


Text Example

White with #B99383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99383; }

 p { color: rgb(185,147,131); }

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

background-color css

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

 a { background-color: rgb(185,147,131); }

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

border-color css

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

 span { border-color: rgb(185,147,131); }

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