Html Css Color HEX #BB808B Tapestry

📋 copy color: '#BB808B'

red 187 ◦ green 128 ◦ blue 139

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

Shades of Tapestry #BB808B

Tints of Tapestry #BB808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.62%

R = 41.19%
G = 28.19%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB808B (or 0xBB808B) is known color: Tapestry. HEX triplet: BB, 80 and 8B. RGB value is (187,128,139). Sum of RGB (Red+Green+Blue) = 187+128+139=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808B is #447F74. Grayscale: #929292. Windows color (decimal): -4489077 or 9142459. OLE color: 9142459.

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

Color convert

RGB 187 128 139 -
CMYK 0 0.32 0.26 0.27
HSL 348.81º 0.3% 0.62% -
HSV(B) 348.81º 0.32% 0.73% -
XYZ 32.87 27.87 28.07 -
YUV 146.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 187 128 139 0 0.32 0.26 0.27 348.81 0.3 0.62
Hex BB 80 8B 0 20 1A 1B 15D 1E 3E
Octal 273 200 213 0 40 32 33 535 36 76
Binary 10111011 10000000 10001011 0 100000 11010 11011 101011101 11110 111110

Color Harmonies of #BB808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB808B

Black with #BB808B

Text Example


Text Example

White with #BB808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB808B; }

 p { color: rgb(187,128,139); }

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

background-color css

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

 a { background-color: rgb(187,128,139); }

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

border-color css

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

 span { border-color: rgb(187,128,139); }

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