Html Css Color HEX #BB808D Tapestry

📋 copy color: '#BB808D'

red 187 ◦ green 128 ◦ blue 141

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

Shades of Tapestry #BB808D

Tints of Tapestry #BB808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 41.01%
G = 28.07%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB808D (or 0xBB808D) is known color: Tapestry. HEX triplet: BB, 80 and 8D. RGB value is (187,128,141). Sum of RGB (Red+Green+Blue) = 187+128+141=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB808D is #447F72. Grayscale: #939393. Windows color (decimal): -4489075 or 9273531. OLE color: 9273531.

HSL color Cylindrical-coordinate representation of color #BB808D: hue angle of 346.78º 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 #BB808D is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 141 -
CMYK 0 0.32 0.25 0.27
HSL 346.78º 0.3% 0.62% -
HSV(B) 346.78º 0.32% 0.73% -
XYZ 33.02 27.93 28.85 -
YUV 147.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 187 128 141 0 0.32 0.25 0.27 346.78 0.3 0.62
Hex BB 80 8D 0 20 19 1B 15B 1E 3E
Octal 273 200 215 0 40 31 33 533 36 76
Binary 10111011 10000000 10001101 0 100000 11001 11011 101011011 11110 111110

Color Harmonies of #BB808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB808D

Black with #BB808D

Text Example


Text Example

White with #BB808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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