Html Css Color HEX #BB6281 Tapestry

📋 copy color: '#BB6281'

red 187 ◦ green 98 ◦ blue 129

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

Shades of Tapestry #BB6281

Tints of Tapestry #BB6281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 129 (50.78% from 255) = 31.16%

R = 45.17%
G = 23.67%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB6281 (or 0xBB6281) is known color: Tapestry. HEX triplet: BB, 62 and 81. RGB value is (187,98,129). Sum of RGB (Red+Green+Blue) = 187+98+129=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6281 is #449D7E. Grayscale: #808080. Windows color (decimal): -4496767 or 8479419. OLE color: 8479419.

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

Color convert

RGB 187 98 129 -
CMYK 0 0.48 0.31 0.27
HSL 339.1º 0.4% 0.56% -
HSV(B) 339.1º 0.48% 0.73% -
XYZ 28.82 20.89 23.28 -
YUV 128.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 187 98 129 0 0.48 0.31 0.27 339.1 0.4 0.56
Hex BB 62 81 0 30 1F 1B 153 28 38
Octal 273 142 201 0 60 37 33 523 50 70
Binary 10111011 1100010 10000001 0 110000 11111 11011 101010011 101000 111000

Color Harmonies of #BB6281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6281

Black with #BB6281

Text Example


Text Example

White with #BB6281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6281; }

 p { color: rgb(187,98,129); }

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

background-color css

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

 a { background-color: rgb(187,98,129); }

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

border-color css

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

 span { border-color: rgb(187,98,129); }

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