Html Css Color HEX #B7A088 Pale Taupe

📋 copy color: '#B7A088'

red 183 ◦ green 160 ◦ blue 136

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

Shades of Pale Taupe #B7A088

Tints of Pale Taupe #B7A088

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

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

R = 38.2%
G = 33.4%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B7A088 (or 0xB7A088) is known color: Pale Taupe. HEX triplet: B7, A0 and 88. RGB value is (183,160,136). Sum of RGB (Red+Green+Blue) = 183+160+136=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A088 is #485F77. Grayscale: #A4A4A4. Windows color (decimal): -4743032 or 8954039. OLE color: 8954039.

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

Color convert

RGB 183 160 136 -
CMYK 0 0.13 0.26 0.28
HSL 30.64º 0.25% 0.63% -
HSV(B) 30.64º 0.26% 0.72% -
XYZ 36.54 36.99 28.51 -
YUV 164.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 183 160 136 0 0.13 0.26 0.28 30.64 0.25 0.63
Hex B7 A0 88 0 D 1A 1C 1F 19 3F
Octal 267 240 210 0 15 32 34 37 31 77
Binary 10110111 10100000 10001000 0 1101 11010 11100 11111 11001 111111

Color Harmonies of #B7A088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A088

Black with #B7A088

Text Example


Text Example

White with #B7A088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A088; }

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

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

background-color css

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

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

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

border-color css

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

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

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