Html Css Color HEX #BB6885 Tapestry

📋 copy color: '#BB6885'

red 187 ◦ green 104 ◦ blue 133

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

Shades of Tapestry #BB6885

Tints of Tapestry #BB6885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

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

R = 44.1%
G = 24.53%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB6885 (or 0xBB6885) is known color: Tapestry. HEX triplet: BB, 68 and 85. RGB value is (187,104,133). Sum of RGB (Red+Green+Blue) = 187+104+133=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6885 is #44977A. Grayscale: #848484. Windows color (decimal): -4495227 or 8743099. OLE color: 8743099.

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

Color convert

RGB 187 104 133 -
CMYK 0 0.44 0.29 0.27
HSL 339.04º 0.38% 0.57% -
HSV(B) 339.04º 0.44% 0.73% -
XYZ 29.68 22.16 24.9 -
YUV 132.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 187 104 133 0 0.44 0.29 0.27 339.04 0.38 0.57
Hex BB 68 85 0 2C 1D 1B 153 26 39
Octal 273 150 205 0 54 35 33 523 46 71
Binary 10111011 1101000 10000101 0 101100 11101 11011 101010011 100110 111001

Color Harmonies of #BB6885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6885

Black with #BB6885

Text Example


Text Example

White with #BB6885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6885; }

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

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

background-color css

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

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

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

border-color css

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

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

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