Html Css Color HEX #B7A187 Pale Taupe

📋 copy color: '#B7A187'

red 183 ◦ green 161 ◦ blue 135

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

Shades of Pale Taupe #B7A187

Tints of Pale Taupe #B7A187

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 38.2%
G = 33.61%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B7A187 (or 0xB7A187) is known color: Pale Taupe. HEX triplet: B7, A1 and 87. RGB value is (183,161,135). Sum of RGB (Red+Green+Blue) = 183+161+135=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A187 is #485E78. Grayscale: #A4A4A4. Windows color (decimal): -4742777 or 8888759. OLE color: 8888759.

HSL color Cylindrical-coordinate representation of color #B7A187: hue angle of 32.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7A187 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 161 135 -
CMYK 0 0.12 0.26 0.28
HSL 32.5º 0.25% 0.62% -
HSV(B) 32.5º 0.26% 0.72% -
XYZ 36.65 37.31 28.19 -
YUV 164.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 183 161 135 0 0.12 0.26 0.28 32.5 0.25 0.62
Hex B7 A1 87 0 C 1A 1C 20 19 3E
Octal 267 241 207 0 14 32 34 40 31 76
Binary 10110111 10100001 10000111 0 1100 11010 11100 100000 11001 111110

Color Harmonies of #B7A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A187

Black with #B7A187

Text Example


Text Example

White with #B7A187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A187; }

 p { color: rgb(183,161,135); }

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

background-color css

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

 a { background-color: rgb(183,161,135); }

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

border-color css

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

 span { border-color: rgb(183,161,135); }

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