Html Css Color HEX #BB717E Tapestry

📋 copy color: '#BB717E'

red 187 ◦ green 113 ◦ blue 126

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

Shades of Tapestry #BB717E

Tints of Tapestry #BB717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.53%

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 43.9%
G = 26.53%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB717E (or 0xBB717E) is known color: Tapestry. HEX triplet: BB, 71 and 7E. RGB value is (187,113,126). Sum of RGB (Red+Green+Blue) = 187+113+126=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB717E is #448E81. Grayscale: #888888. Windows color (decimal): -4492930 or 8286651. OLE color: 8286651.

HSL color Cylindrical-coordinate representation of color #BB717E: hue angle of 349.46º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB717E is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 126 -
CMYK 0 0.40 0.33 0.27
HSL 349.46º 0.35% 0.59% -
HSV(B) 349.46º 0.4% 0.73% -
XYZ 30.16 23.88 22.76 -
YUV 136.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 187 113 126 0 0.40 0.33 0.27 349.46 0.35 0.59
Hex BB 71 7E 0 28 21 1B 15D 23 3B
Octal 273 161 176 0 50 41 33 535 43 73
Binary 10111011 1110001 1111110 0 101000 100001 11011 101011101 100011 111011

Color Harmonies of #BB717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB717E

Black with #BB717E

Text Example


Text Example

White with #BB717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB717E; }

 p { color: rgb(187,113,126); }

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

background-color css

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

 a { background-color: rgb(187,113,126); }

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

border-color css

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

 span { border-color: rgb(187,113,126); }

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