Html Css Color HEX #B7A08B Pale Taupe

📋 copy color: '#B7A08B'

red 183 ◦ green 160 ◦ blue 139

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

Shades of Pale Taupe #B7A08B

Tints of Pale Taupe #B7A08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 37.97%
G = 33.2%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B7A08B (or 0xB7A08B) is known color: Pale Taupe. HEX triplet: B7, A0 and 8B. RGB value is (183,160,139). Sum of RGB (Red+Green+Blue) = 183+160+139=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A08B is #485F74. Grayscale: #A4A4A4. Windows color (decimal): -4743029 or 9150647. OLE color: 9150647.

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

Color convert

RGB 183 160 139 -
CMYK 0 0.13 0.24 0.28
HSL 28.64º 0.23% 0.63% -
HSV(B) 28.64º 0.24% 0.72% -
XYZ 36.76 37.07 29.64 -
YUV 164.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 183 160 139 0 0.13 0.24 0.28 28.64 0.23 0.63
Hex B7 A0 8B 0 D 18 1C 1D 17 3F
Octal 267 240 213 0 15 30 34 35 27 77
Binary 10110111 10100000 10001011 0 1101 11000 11100 11101 10111 111111

Color Harmonies of #B7A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A08B

Black with #B7A08B

Text Example


Text Example

White with #B7A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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