Html Css Color HEX #B9947C Pale Taupe

📋 copy color: '#B9947C'

red 185 ◦ green 148 ◦ blue 124

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

Shades of Pale Taupe #B9947C

Tints of Pale Taupe #B9947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 40.48%
G = 32.39%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9947C (or 0xB9947C) is known color: Pale Taupe. HEX triplet: B9, 94 and 7C. RGB value is (185,148,124). Sum of RGB (Red+Green+Blue) = 185+148+124=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9947C is #466B83. Grayscale: #9C9C9C. Windows color (decimal): -4615044 or 8164537. OLE color: 8164537.

HSL color Cylindrical-coordinate representation of color #B9947C: hue angle of 23.61º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9947C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 124 -
CMYK 0 0.20 0.33 0.27
HSL 23.61º 0.3% 0.61% -
HSV(B) 23.61º 0.33% 0.73% -
XYZ 34.24 32.95 23.62 -
YUV 156.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 185 148 124 0 0.20 0.33 0.27 23.61 0.3 0.61
Hex B9 94 7C 0 14 21 1B 18 1E 3D
Octal 271 224 174 0 24 41 33 30 36 75
Binary 10111001 10010100 1111100 0 10100 100001 11011 11000 11110 111101

Color Harmonies of #B9947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9947C

Black with #B9947C

Text Example


Text Example

White with #B9947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9947C; }

 p { color: rgb(185,148,124); }

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

background-color css

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

 a { background-color: rgb(185,148,124); }

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

border-color css

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

 span { border-color: rgb(185,148,124); }

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