Html Css Color HEX #B4A08B Pale Taupe

📋 copy color: '#B4A08B'

red 180 ◦ green 160 ◦ blue 139

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

Shades of Pale Taupe #B4A08B

Tints of Pale Taupe #B4A08B

RGB

 RED value IS 180 (70.7% from 255) = 37.58%

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

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

R = 37.58%
G = 33.4%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4A08B (or 0xB4A08B) is known color: Pale Taupe. HEX triplet: B4, A0 and 8B. RGB value is (180,160,139). Sum of RGB (Red+Green+Blue) = 180+160+139=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A08B is #4B5F74. Grayscale: #A3A3A3. Windows color (decimal): -4939637 or 9150644. OLE color: 9150644.

HSL color Cylindrical-coordinate representation of color #B4A08B: hue angle of 30.73º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4A08B is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 139 -
CMYK 0 0.11 0.23 0.29
HSL 30.73º 0.21% 0.63% -
HSV(B) 30.73º 0.23% 0.71% -
XYZ 36.05 36.71 29.61 -
YUV 163.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 180 160 139 0 0.11 0.23 0.29 30.73 0.21 0.63
Hex B4 A0 8B 0 B 17 1D 1F 15 3F
Octal 264 240 213 0 13 27 35 37 25 77
Binary 10110100 10100000 10001011 0 1011 10111 11101 11111 10101 111111

Color Harmonies of #B4A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A08B

Black with #B4A08B

Text Example


Text Example

White with #B4A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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