Html Css Color HEX #B99E7B Pale Taupe

📋 copy color: '#B99E7B'

red 185 ◦ green 158 ◦ blue 123

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

Shades of Pale Taupe #B99E7B

Tints of Pale Taupe #B99E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.91%

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

R = 39.7%
G = 33.91%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B99E7B (or 0xB99E7B) is known color: Pale Taupe. HEX triplet: B9, 9E and 7B. RGB value is (185,158,123). Sum of RGB (Red+Green+Blue) = 185+158+123=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E7B is #466184. Grayscale: #A2A2A2. Windows color (decimal): -4612485 or 8101561. OLE color: 8101561.

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

Color convert

RGB 185 158 123 -
CMYK 0 0.15 0.34 0.27
HSL 33.87º 0.31% 0.6% -
HSV(B) 33.87º 0.34% 0.73% -
XYZ 35.81 36.2 23.84 -
YUV 162.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 185 158 123 0 0.15 0.34 0.27 33.87 0.31 0.6
Hex B9 9E 7B 0 F 22 1B 22 1F 3C
Octal 271 236 173 0 17 42 33 42 37 74
Binary 10111001 10011110 1111011 0 1111 100010 11011 100010 11111 111100

Color Harmonies of #B99E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99E7B

Black with #B99E7B

Text Example


Text Example

White with #B99E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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