Html Css Color HEX #BB6B8B Tapestry

📋 copy color: '#BB6B8B'

red 187 ◦ green 107 ◦ blue 139

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

Shades of Tapestry #BB6B8B

Tints of Tapestry #BB6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.71%

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 43.19%
G = 24.71%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB6B8B (or 0xBB6B8B) is known color: Tapestry. HEX triplet: BB, 6B and 8B. RGB value is (187,107,139). Sum of RGB (Red+Green+Blue) = 187+107+139=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B8B is #449474. Grayscale: #868686. Windows color (decimal): -4494453 or 9137083. OLE color: 9137083.

HSL color Cylindrical-coordinate representation of color #BB6B8B: hue angle of 336º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B8B is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 139 -
CMYK 0 0.43 0.26 0.27
HSL 336º 0.37% 0.58% -
HSV(B) 336º 0.43% 0.73% -
XYZ 30.41 22.94 27.25 -
YUV 134.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 187 107 139 0 0.43 0.26 0.27 336 0.37 0.58
Hex BB 6B 8B 0 2B 1A 1B 150 25 3A
Octal 273 153 213 0 53 32 33 520 45 72
Binary 10111011 1101011 10001011 0 101011 11010 11011 101010000 100101 111010

Color Harmonies of #BB6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B8B

Black with #BB6B8B

Text Example


Text Example

White with #BB6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B8B; }

 p { color: rgb(187,107,139); }

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

background-color css

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

 a { background-color: rgb(187,107,139); }

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

border-color css

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

 span { border-color: rgb(187,107,139); }

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