Html Css Color HEX #B89180 Pale Taupe

📋 copy color: '#B89180'

red 184 ◦ green 145 ◦ blue 128

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

Shades of Pale Taupe #B89180

Tints of Pale Taupe #B89180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.01%

R = 40.26%
G = 31.73%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B89180 (or 0xB89180) is known color: Pale Taupe. HEX triplet: B8, 91 and 80. RGB value is (184,145,128). Sum of RGB (Red+Green+Blue) = 184+145+128=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B89180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89180 is #476E7F. Grayscale: #9A9A9A. Windows color (decimal): -4681344 or 8425912. OLE color: 8425912.

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

Color convert

RGB 184 145 128 -
CMYK 0 0.21 0.30 0.28
HSL 18.21º 0.28% 0.61% -
HSV(B) 18.21º 0.3% 0.72% -
XYZ 33.79 32 24.82 -
YUV 154.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 184 145 128 0 0.21 0.30 0.28 18.21 0.28 0.61
Hex B8 91 80 0 15 1E 1C 12 1C 3D
Octal 270 221 200 0 25 36 34 22 34 75
Binary 10111000 10010001 10000000 0 10101 11110 11100 10010 11100 111101

Color Harmonies of #B89180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89180

Black with #B89180

Text Example


Text Example

White with #B89180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89180; }

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

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

background-color css

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

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

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

border-color css

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

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

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