Html Css Color HEX #B8917E Pale Taupe

📋 copy color: '#B8917E'

red 184 ◦ green 145 ◦ blue 126

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

Shades of Pale Taupe #B8917E

Tints of Pale Taupe #B8917E

RGB

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

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

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

R = 40.44%
G = 31.87%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8917E (or 0xB8917E) is known color: Pale Taupe. HEX triplet: B8, 91 and 7E. RGB value is (184,145,126). Sum of RGB (Red+Green+Blue) = 184+145+126=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8917E is #476E81. Grayscale: #9A9A9A. Windows color (decimal): -4681346 or 8294840. OLE color: 8294840.

HSL color Cylindrical-coordinate representation of color #B8917E: hue angle of 19.66º 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 #B8917E is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 126 -
CMYK 0 0.21 0.32 0.28
HSL 19.66º 0.29% 0.61% -
HSV(B) 19.66º 0.32% 0.72% -
XYZ 33.66 31.95 24.13 -
YUV 154.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 184 145 126 0 0.21 0.32 0.28 19.66 0.29 0.61
Hex B8 91 7E 0 15 20 1C 14 1D 3D
Octal 270 221 176 0 25 40 34 24 35 75
Binary 10111000 10010001 1111110 0 10101 100000 11100 10100 11101 111101

Color Harmonies of #B8917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8917E

Black with #B8917E

Text Example


Text Example

White with #B8917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8917E; }

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

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

background-color css

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

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

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

border-color css

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

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

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