Html Css Color HEX #B99F7B Pale Taupe

📋 copy color: '#B99F7B'

red 185 ◦ green 159 ◦ blue 123

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

Shades of Pale Taupe #B99F7B

Tints of Pale Taupe #B99F7B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.05%

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 39.61%
G = 34.05%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B99F7B (or 0xB99F7B) is known color: Pale Taupe. HEX triplet: B9, 9F and 7B. RGB value is (185,159,123). Sum of RGB (Red+Green+Blue) = 185+159+123=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F7B is #466084. Grayscale: #A2A2A2. Windows color (decimal): -4612229 or 8101817. OLE color: 8101817.

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

Color convert

RGB 185 159 123 -
CMYK 0 0.14 0.34 0.27
HSL 34.84º 0.31% 0.6% -
HSV(B) 34.84º 0.34% 0.73% -
XYZ 35.98 36.54 23.9 -
YUV 162.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 185 159 123 0 0.14 0.34 0.27 34.84 0.31 0.6
Hex B9 9F 7B 0 E 22 1B 23 1F 3C
Octal 271 237 173 0 16 42 33 43 37 74
Binary 10111001 10011111 1111011 0 1110 100010 11011 100011 11111 111100

Color Harmonies of #B99F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F7B

Black with #B99F7B

Text Example


Text Example

White with #B99F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F7B; }

 p { color: rgb(185,159,123); }

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

background-color css

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

 a { background-color: rgb(185,159,123); }

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

border-color css

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

 span { border-color: rgb(185,159,123); }

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