Html Css Color HEX #B88081 Tapestry

📋 copy color: '#B88081'

red 184 ◦ green 128 ◦ blue 129

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

Shades of Tapestry #B88081

Tints of Tapestry #B88081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 41.72%
G = 29.02%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B88081 (or 0xB88081) is known color: Tapestry. HEX triplet: B8, 80 and 81. RGB value is (184,128,129). Sum of RGB (Red+Green+Blue) = 184+128+129=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B88081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88081 is #477F7E. Grayscale: #909090. Windows color (decimal): -4685695 or 8487096. OLE color: 8487096.

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

Color convert

RGB 184 128 129 -
CMYK 0 0.30 0.30 0.28
HSL 358.93º 0.28% 0.61% -
HSV(B) 358.93º 0.3% 0.72% -
XYZ 31.45 27.21 24.36 -
YUV 144.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 184 128 129 0 0.30 0.30 0.28 358.93 0.28 0.61
Hex B8 80 81 0 1E 1E 1C 167 1C 3D
Octal 270 200 201 0 36 36 34 547 34 75
Binary 10111000 10000000 10000001 0 11110 11110 11100 101100111 11100 111101

Color Harmonies of #B88081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88081

Black with #B88081

Text Example


Text Example

White with #B88081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88081; }

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

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

background-color css

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

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

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

border-color css

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

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

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