Html Css Color HEX #B7A188 Pale Taupe

📋 copy color: '#B7A188'

red 183 ◦ green 161 ◦ blue 136

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

Shades of Pale Taupe #B7A188

Tints of Pale Taupe #B7A188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.33%

R = 38.13%
G = 33.54%
B = 28.33%

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

#B7A188 (or 0xB7A188) is known color: Pale Taupe. HEX triplet: B7, A1 and 88. RGB value is (183,161,136). Sum of RGB (Red+Green+Blue) = 183+161+136=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A188 is #485E77. Grayscale: #A4A4A4. Windows color (decimal): -4742776 or 8954295. OLE color: 8954295.

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

Color convert

RGB 183 161 136 -
CMYK 0 0.12 0.26 0.28
HSL 31.91º 0.25% 0.63% -
HSV(B) 31.91º 0.26% 0.72% -
XYZ 36.72 37.33 28.56 -
YUV 164.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 183 161 136 0 0.12 0.26 0.28 31.91 0.25 0.63
Hex B7 A1 88 0 C 1A 1C 20 19 3F
Octal 267 241 210 0 14 32 34 40 31 77
Binary 10110111 10100001 10001000 0 1100 11010 11100 100000 11001 111111

Color Harmonies of #B7A188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A188

Black with #B7A188

Text Example


Text Example

White with #B7A188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A188; }

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

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

background-color css

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

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

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

border-color css

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

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

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