Html Css Color HEX #BB8288 Tapestry

📋 copy color: '#BB8288'

red 187 ◦ green 130 ◦ blue 136

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

Shades of Tapestry #BB8288

Tints of Tapestry #BB8288

RGB

 RED value IS 187 (73.44% from 255) = 41.28%

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 41.28%
G = 28.7%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB8288 (or 0xBB8288) is known color: Tapestry. HEX triplet: BB, 82 and 88. RGB value is (187,130,136). Sum of RGB (Red+Green+Blue) = 187+130+136=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8288 is #447D77. Grayscale: #939393. Windows color (decimal): -4488568 or 8946363. OLE color: 8946363.

HSL color Cylindrical-coordinate representation of color #BB8288: hue angle of 353.68º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8288 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 136 -
CMYK 0 0.30 0.27 0.27
HSL 353.68º 0.3% 0.62% -
HSV(B) 353.68º 0.3% 0.73% -
XYZ 32.92 28.31 27.02 -
YUV 147.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 187 130 136 0 0.30 0.27 0.27 353.68 0.3 0.62
Hex BB 82 88 0 1E 1B 1B 162 1E 3E
Octal 273 202 210 0 36 33 33 542 36 76
Binary 10111011 10000010 10001000 0 11110 11011 11011 101100010 11110 111110

Color Harmonies of #BB8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8288

Black with #BB8288

Text Example


Text Example

White with #BB8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8288; }

 p { color: rgb(187,130,136); }

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

background-color css

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

 a { background-color: rgb(187,130,136); }

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

border-color css

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

 span { border-color: rgb(187,130,136); }

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