Html Css Color HEX #BB6085 Tapestry

📋 copy color: '#BB6085'

red 187 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #BB6085

Tints of Tapestry #BB6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

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

R = 44.95%
G = 23.08%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB6085 (or 0xBB6085) is known color: Tapestry. HEX triplet: BB, 60 and 85. RGB value is (187,96,133). Sum of RGB (Red+Green+Blue) = 187+96+133=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6085 is #449F7A. Grayscale: #7F7F7F. Windows color (decimal): -4497275 or 8741051. OLE color: 8741051.

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

Color convert

RGB 187 96 133 -
CMYK 0 0.49 0.29 0.27
HSL 335.6º 0.4% 0.55% -
HSV(B) 335.6º 0.49% 0.73% -
XYZ 28.91 20.62 24.65 -
YUV 127.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 187 96 133 0 0.49 0.29 0.27 335.6 0.4 0.55
Hex BB 60 85 0 31 1D 1B 150 28 37
Octal 273 140 205 0 61 35 33 520 50 67
Binary 10111011 1100000 10000101 0 110001 11101 11011 101010000 101000 110111

Color Harmonies of #BB6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6085

Black with #BB6085

Text Example


Text Example

White with #BB6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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