Html Css Color HEX #B8947E Pale Taupe

📋 copy color: '#B8947E'

red 184 ◦ green 148 ◦ blue 126

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

Shades of Pale Taupe #B8947E

Tints of Pale Taupe #B8947E

RGB

 RED value IS 184 (72.27% from 255) = 40.17%

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

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 40.17%
G = 32.31%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8947E (or 0xB8947E) is known color: Pale Taupe. HEX triplet: B8, 94 and 7E. RGB value is (184,148,126). Sum of RGB (Red+Green+Blue) = 184+148+126=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8947E is #476B81. Grayscale: #9C9C9C. Windows color (decimal): -4680578 or 8295608. OLE color: 8295608.

HSL color Cylindrical-coordinate representation of color #B8947E: hue angle of 22.76º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8947E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 148 126 -
CMYK 0 0.20 0.32 0.28
HSL 22.76º 0.29% 0.61% -
HSV(B) 22.76º 0.32% 0.72% -
XYZ 34.12 32.88 24.29 -
YUV 156.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 184 148 126 0 0.20 0.32 0.28 22.76 0.29 0.61
Hex B8 94 7E 0 14 20 1C 17 1D 3D
Octal 270 224 176 0 24 40 34 27 35 75
Binary 10111000 10010100 1111110 0 10100 100000 11100 10111 11101 111101

Color Harmonies of #B8947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8947E

Black with #B8947E

Text Example


Text Example

White with #B8947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8947E; }

 p { color: rgb(184,148,126); }

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

background-color css

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

 a { background-color: rgb(184,148,126); }

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

border-color css

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

 span { border-color: rgb(184,148,126); }

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