Html Css Color HEX #B88188 Tapestry

📋 copy color: '#B88188'

red 184 ◦ green 129 ◦ blue 136

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

Shades of Tapestry #B88188

Tints of Tapestry #B88188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 40.98%
G = 28.73%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B88188 (or 0xB88188) is known color: Tapestry. HEX triplet: B8, 81 and 88. RGB value is (184,129,136). Sum of RGB (Red+Green+Blue) = 184+129+136=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88188 is #477E77. Grayscale: #929292. Windows color (decimal): -4685432 or 8946104. OLE color: 8946104.

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

Color convert

RGB 184 129 136 -
CMYK 0 0.30 0.26 0.28
HSL 352.36º 0.28% 0.61% -
HSV(B) 352.36º 0.3% 0.72% -
XYZ 32.06 27.67 26.94 -
YUV 146.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 184 129 136 0 0.30 0.26 0.28 352.36 0.28 0.61
Hex B8 81 88 0 1E 1A 1C 160 1C 3D
Octal 270 201 210 0 36 32 34 540 34 75
Binary 10111000 10000001 10001000 0 11110 11010 11100 101100000 11100 111101

Color Harmonies of #B88188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88188

Black with #B88188

Text Example


Text Example

White with #B88188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88188; }

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

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

background-color css

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

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

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

border-color css

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

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

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