Html Css Color HEX #B4A08C Pale Taupe

📋 copy color: '#B4A08C'

red 180 ◦ green 160 ◦ blue 140

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

Shades of Pale Taupe #B4A08C

Tints of Pale Taupe #B4A08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.17%

R = 37.5%
G = 33.33%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4A08C (or 0xB4A08C) is known color: Pale Taupe. HEX triplet: B4, A0 and 8C. RGB value is (180,160,140). Sum of RGB (Red+Green+Blue) = 180+160+140=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A08C is #4B5F73. Grayscale: #A3A3A3. Windows color (decimal): -4939636 or 9216180. OLE color: 9216180.

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

Color convert

RGB 180 160 140 -
CMYK 0 0.11 0.22 0.29
HSL 30º 0.21% 0.63% -
HSV(B) 30º 0.22% 0.71% -
XYZ 36.13 36.74 30 -
YUV 163.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 180 160 140 0 0.11 0.22 0.29 30 0.21 0.63
Hex B4 A0 8C 0 B 16 1D 1E 15 3F
Octal 264 240 214 0 13 26 35 36 25 77
Binary 10110100 10100000 10001100 0 1011 10110 11101 11110 10101 111111

Color Harmonies of #B4A08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A08C

Black with #B4A08C

Text Example


Text Example

White with #B4A08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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