Html Css Color HEX #BB617F Tapestry

📋 copy color: '#BB617F'

red 187 ◦ green 97 ◦ blue 127

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

Shades of Tapestry #BB617F

Tints of Tapestry #BB617F

RGB

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

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

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

R = 45.5%
G = 23.6%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB617F (or 0xBB617F) is known color: Tapestry. HEX triplet: BB, 61 and 7F. RGB value is (187,97,127). Sum of RGB (Red+Green+Blue) = 187+97+127=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB617F is #449E80. Grayscale: #7F7F7F. Windows color (decimal): -4497025 or 8348091. OLE color: 8348091.

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

Color convert

RGB 187 97 127 -
CMYK 0 0.48 0.32 0.27
HSL 340º 0.4% 0.56% -
HSV(B) 340º 0.48% 0.73% -
XYZ 28.6 20.65 22.56 -
YUV 127.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 187 97 127 0 0.48 0.32 0.27 340 0.4 0.56
Hex BB 61 7F 0 30 20 1B 154 28 38
Octal 273 141 177 0 60 40 33 524 50 70
Binary 10111011 1100001 1111111 0 110000 100000 11011 101010100 101000 111000

Color Harmonies of #BB617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB617F

Black with #BB617F

Text Example


Text Example

White with #BB617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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