Html Css Color HEX #B79B7D Pale Taupe

📋 copy color: '#B79B7D'

red 183 ◦ green 155 ◦ blue 125

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

Shades of Pale Taupe #B79B7D

Tints of Pale Taupe #B79B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 39.52%
G = 33.48%
B = 27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B79B7D (or 0xB79B7D) is known color: Pale Taupe. HEX triplet: B7, 9B and 7D. RGB value is (183,155,125). Sum of RGB (Red+Green+Blue) = 183+155+125=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79B7D is #486482. Grayscale: #A0A0A0. Windows color (decimal): -4744323 or 8231863. OLE color: 8231863.

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

Color convert

RGB 183 155 125 -
CMYK 0 0.15 0.32 0.28
HSL 31.03º 0.29% 0.6% -
HSV(B) 31.03º 0.32% 0.72% -
XYZ 34.95 34.99 24.31 -
YUV 159.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 183 155 125 0 0.15 0.32 0.28 31.03 0.29 0.6
Hex B7 9B 7D 0 F 20 1C 1F 1D 3C
Octal 267 233 175 0 17 40 34 37 35 74
Binary 10110111 10011011 1111101 0 1111 100000 11100 11111 11101 111100

Color Harmonies of #B79B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79B7D

Black with #B79B7D

Text Example


Text Example

White with #B79B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79B7D; }

 p { color: rgb(183,155,125); }

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

background-color css

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

 a { background-color: rgb(183,155,125); }

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

border-color css

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

 span { border-color: rgb(183,155,125); }

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