Html Css Color HEX #BB717F Tapestry

📋 copy color: '#BB717F'

red 187 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #BB717F

Tints of Tapestry #BB717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 43.79%
G = 26.46%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB717F (or 0xBB717F) is known color: Tapestry. HEX triplet: BB, 71 and 7F. RGB value is (187,113,127). Sum of RGB (Red+Green+Blue) = 187+113+127=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB717F is #448E80. Grayscale: #888888. Windows color (decimal): -4492929 or 8352187. OLE color: 8352187.

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

Color convert

RGB 187 113 127 -
CMYK 0 0.40 0.32 0.27
HSL 348.65º 0.35% 0.59% -
HSV(B) 348.65º 0.4% 0.73% -
XYZ 30.23 23.91 23.1 -
YUV 136.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 187 113 127 0 0.40 0.32 0.27 348.65 0.35 0.59
Hex BB 71 7F 0 28 20 1B 15D 23 3B
Octal 273 161 177 0 50 40 33 535 43 73
Binary 10111011 1110001 1111111 0 101000 100000 11011 101011101 100011 111011

Color Harmonies of #BB717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB717F

Black with #BB717F

Text Example


Text Example

White with #BB717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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