Html Css Color HEX #B7957A Pale Taupe

📋 copy color: '#B7957A'

red 183 ◦ green 149 ◦ blue 122

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

Shades of Pale Taupe #B7957A

Tints of Pale Taupe #B7957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 40.31%
G = 32.82%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B7957A (or 0xB7957A) is known color: Pale Taupe. HEX triplet: B7, 95 and 7A. RGB value is (183,149,122). Sum of RGB (Red+Green+Blue) = 183+149+122=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B7957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7957A is #486A85. Grayscale: #9C9C9C. Windows color (decimal): -4745862 or 8033719. OLE color: 8033719.

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

Color convert

RGB 183 149 122 -
CMYK 0 0.19 0.33 0.28
HSL 26.56º 0.3% 0.6% -
HSV(B) 26.56º 0.33% 0.72% -
XYZ 33.79 32.97 22.99 -
YUV 156.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 183 149 122 0 0.19 0.33 0.28 26.56 0.3 0.6
Hex B7 95 7A 0 13 21 1C 1B 1E 3C
Octal 267 225 172 0 23 41 34 33 36 74
Binary 10110111 10010101 1111010 0 10011 100001 11100 11011 11110 111100

Color Harmonies of #B7957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7957A

Black with #B7957A

Text Example


Text Example

White with #B7957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7957A; }

 p { color: rgb(183,149,122); }

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

background-color css

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

 a { background-color: rgb(183,149,122); }

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

border-color css

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

 span { border-color: rgb(183,149,122); }

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