Html Css Color HEX #BB717D Tapestry

📋 copy color: '#BB717D'

red 187 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #BB717D

Tints of Tapestry #BB717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 44%
G = 26.59%
B = 29.41%

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

#BB717D (or 0xBB717D) is known color: Tapestry. HEX triplet: BB, 71 and 7D. RGB value is (187,113,125). Sum of RGB (Red+Green+Blue) = 187+113+125=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB717D is #448E82. Grayscale: #888888. Windows color (decimal): -4492931 or 8221115. OLE color: 8221115.

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

Color convert

RGB 187 113 125 -
CMYK 0 0.40 0.33 0.27
HSL 350.27º 0.35% 0.59% -
HSV(B) 350.27º 0.4% 0.73% -
XYZ 30.1 23.86 22.42 -
YUV 136.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 187 113 125 0 0.40 0.33 0.27 350.27 0.35 0.59
Hex BB 71 7D 0 28 21 1B 15E 23 3B
Octal 273 161 175 0 50 41 33 536 43 73
Binary 10111011 1110001 1111101 0 101000 100001 11011 101011110 100011 111011

Color Harmonies of #BB717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB717D

Black with #BB717D

Text Example


Text Example

White with #BB717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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