Html Css Color HEX #BB6B7C Tapestry

📋 copy color: '#BB6B7C'

red 187 ◦ green 107 ◦ blue 124

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

Shades of Tapestry #BB6B7C

Tints of Tapestry #BB6B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 44.74%
G = 25.6%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB6B7C (or 0xBB6B7C) is known color: Tapestry. HEX triplet: BB, 6B and 7C. RGB value is (187,107,124). Sum of RGB (Red+Green+Blue) = 187+107+124=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B7C is #449483. Grayscale: #848484. Windows color (decimal): -4494468 or 8154043. OLE color: 8154043.

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

Color convert

RGB 187 107 124 -
CMYK 0 0.43 0.34 0.27
HSL 347.25º 0.37% 0.58% -
HSV(B) 347.25º 0.43% 0.73% -
XYZ 29.39 22.54 21.87 -
YUV 132.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 187 107 124 0 0.43 0.34 0.27 347.25 0.37 0.58
Hex BB 6B 7C 0 2B 22 1B 15B 25 3A
Octal 273 153 174 0 53 42 33 533 45 72
Binary 10111011 1101011 1111100 0 101011 100010 11011 101011011 100101 111010

Color Harmonies of #BB6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B7C

Black with #BB6B7C

Text Example


Text Example

White with #BB6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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