Html Css Color HEX #B79180 Pale Taupe

📋 copy color: '#B79180'

red 183 ◦ green 145 ◦ blue 128

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

Shades of Pale Taupe #B79180

Tints of Pale Taupe #B79180

RGB

 RED value IS 183 (71.88% from 255) = 40.13%

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

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

R = 40.13%
G = 31.8%
B = 28.07%

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

#B79180 (or 0xB79180) is known color: Pale Taupe. HEX triplet: B7, 91 and 80. RGB value is (183,145,128). Sum of RGB (Red+Green+Blue) = 183+145+128=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B79180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79180 is #486E7F. Grayscale: #9A9A9A. Windows color (decimal): -4746880 or 8425911. OLE color: 8425911.

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

Color convert

RGB 183 145 128 -
CMYK 0 0.21 0.30 0.28
HSL 18.55º 0.28% 0.61% -
HSV(B) 18.55º 0.3% 0.72% -
XYZ 33.55 31.88 24.81 -
YUV 154.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 183 145 128 0 0.21 0.30 0.28 18.55 0.28 0.61
Hex B7 91 80 0 15 1E 1C 13 1C 3D
Octal 267 221 200 0 25 36 34 23 34 75
Binary 10110111 10010001 10000000 0 10101 11110 11100 10011 11100 111101

Color Harmonies of #B79180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79180

Black with #B79180

Text Example


Text Example

White with #B79180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79180; }

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

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

background-color css

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

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

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

border-color css

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

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

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