Html Css Color HEX #B79880 Pale Taupe

📋 copy color: '#B79880'

red 183 ◦ green 152 ◦ blue 128

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

Shades of Pale Taupe #B79880

Tints of Pale Taupe #B79880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

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

R = 39.52%
G = 32.83%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B79880 (or 0xB79880) is known color: Pale Taupe. HEX triplet: B7, 98 and 80. RGB value is (183,152,128). Sum of RGB (Red+Green+Blue) = 183+152+128=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B79880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79880 is #48677F. Grayscale: #9E9E9E. Windows color (decimal): -4745088 or 8427703. OLE color: 8427703.

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

Color convert

RGB 183 152 128 -
CMYK 0 0.17 0.30 0.28
HSL 26.18º 0.28% 0.61% -
HSV(B) 26.18º 0.3% 0.72% -
XYZ 34.65 34.08 25.17 -
YUV 158.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 183 152 128 0 0.17 0.30 0.28 26.18 0.28 0.61
Hex B7 98 80 0 11 1E 1C 1A 1C 3D
Octal 267 230 200 0 21 36 34 32 34 75
Binary 10110111 10011000 10000000 0 10001 11110 11100 11010 11100 111101

Color Harmonies of #B79880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79880

Black with #B79880

Text Example


Text Example

White with #B79880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79880; }

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

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

background-color css

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

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

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

border-color css

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

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

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