Html Css Color HEX #BB617D Tapestry

📋 copy color: '#BB617D'

red 187 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #BB617D

Tints of Tapestry #BB617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

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

R = 45.72%
G = 23.72%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB617D (or 0xBB617D) is known color: Tapestry. HEX triplet: BB, 61 and 7D. RGB value is (187,97,125). Sum of RGB (Red+Green+Blue) = 187+97+125=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB617D is #449E82. Grayscale: #7F7F7F. Windows color (decimal): -4497027 or 8217019. OLE color: 8217019.

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

Color convert

RGB 187 97 125 -
CMYK 0 0.48 0.33 0.27
HSL 341.33º 0.4% 0.56% -
HSV(B) 341.33º 0.48% 0.73% -
XYZ 28.47 20.59 21.88 -
YUV 127.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 187 97 125 0 0.48 0.33 0.27 341.33 0.4 0.56
Hex BB 61 7D 0 30 21 1B 155 28 38
Octal 273 141 175 0 60 41 33 525 50 70
Binary 10111011 1100001 1111101 0 110000 100001 11011 101010101 101000 111000

Color Harmonies of #BB617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB617D

Black with #BB617D

Text Example


Text Example

White with #BB617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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