Html Css Color HEX #BB6485 Tapestry

📋 copy color: '#BB6485'

red 187 ◦ green 100 ◦ blue 133

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

Shades of Tapestry #BB6485

Tints of Tapestry #BB6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 44.52%
G = 23.81%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB6485 (or 0xBB6485) is known color: Tapestry. HEX triplet: BB, 64 and 85. RGB value is (187,100,133). Sum of RGB (Red+Green+Blue) = 187+100+133=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6485 is #449B7A. Grayscale: #818181. Windows color (decimal): -4496251 or 8742075. OLE color: 8742075.

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

Color convert

RGB 187 100 133 -
CMYK 0 0.47 0.29 0.27
HSL 337.24º 0.39% 0.56% -
HSV(B) 337.24º 0.47% 0.73% -
XYZ 29.28 21.37 24.77 -
YUV 129.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 187 100 133 0 0.47 0.29 0.27 337.24 0.39 0.56
Hex BB 64 85 0 2F 1D 1B 151 27 38
Octal 273 144 205 0 57 35 33 521 47 70
Binary 10111011 1100100 10000101 0 101111 11101 11011 101010001 100111 111000

Color Harmonies of #BB6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6485

Black with #BB6485

Text Example


Text Example

White with #BB6485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6485; }

 p { color: rgb(187,100,133); }

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

background-color css

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

 a { background-color: rgb(187,100,133); }

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

border-color css

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

 span { border-color: rgb(187,100,133); }

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