Html Css Color HEX #B89080 Pale Taupe

📋 copy color: '#B89080'

red 184 ◦ green 144 ◦ blue 128

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

Shades of Pale Taupe #B89080

Tints of Pale Taupe #B89080

RGB

 RED value IS 184 (72.27% from 255) = 40.35%

 GREEN value IS 144 (56.64% from 255) = 31.58%

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 40.35%
G = 31.58%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B89080 (or 0xB89080) is known color: Pale Taupe. HEX triplet: B8, 90 and 80. RGB value is (184,144,128). Sum of RGB (Red+Green+Blue) = 184+144+128=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B89080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89080 is #476F7F. Grayscale: #9A9A9A. Windows color (decimal): -4681600 or 8425656. OLE color: 8425656.

HSL color Cylindrical-coordinate representation of color #B89080: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89080 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 144 128 -
CMYK 0 0.22 0.30 0.28
HSL 17.14º 0.28% 0.61% -
HSV(B) 17.14º 0.3% 0.72% -
XYZ 33.64 31.7 24.77 -
YUV 154.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 184 144 128 0 0.22 0.30 0.28 17.14 0.28 0.61
Hex B8 90 80 0 16 1E 1C 11 1C 3D
Octal 270 220 200 0 26 36 34 21 34 75
Binary 10111000 10010000 10000000 0 10110 11110 11100 10001 11100 111101

Color Harmonies of #B89080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89080

Black with #B89080

Text Example


Text Example

White with #B89080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89080; }

 p { color: rgb(184,144,128); }

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

background-color css

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

 a { background-color: rgb(184,144,128); }

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

border-color css

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

 span { border-color: rgb(184,144,128); }

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