Html Css Color HEX #B9917B Pale Taupe

📋 copy color: '#B9917B'

red 185 ◦ green 145 ◦ blue 123

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

Shades of Pale Taupe #B9917B

Tints of Pale Taupe #B9917B

RGB

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

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

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

R = 40.84%
G = 32.01%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9917B (or 0xB9917B) is known color: Pale Taupe. HEX triplet: B9, 91 and 7B. RGB value is (185,145,123). Sum of RGB (Red+Green+Blue) = 185+145+123=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9917B is #466E84. Grayscale: #9A9A9A. Windows color (decimal): -4615813 or 8098233. OLE color: 8098233.

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

Color convert

RGB 185 145 123 -
CMYK 0 0.22 0.34 0.27
HSL 21.29º 0.31% 0.6% -
HSV(B) 21.29º 0.34% 0.73% -
XYZ 33.71 32 23.14 -
YUV 154.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 185 145 123 0 0.22 0.34 0.27 21.29 0.31 0.6
Hex B9 91 7B 0 16 22 1B 15 1F 3C
Octal 271 221 173 0 26 42 33 25 37 74
Binary 10111001 10010001 1111011 0 10110 100010 11011 10101 11111 111100

Color Harmonies of #B9917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9917B

Black with #B9917B

Text Example


Text Example

White with #B9917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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