Html Css Color HEX #BB6C7C Tapestry

📋 copy color: '#BB6C7C'

red 187 ◦ green 108 ◦ blue 124

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

Shades of Tapestry #BB6C7C

Tints of Tapestry #BB6C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

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

R = 44.63%
G = 25.78%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB6C7C (or 0xBB6C7C) is known color: Tapestry. HEX triplet: BB, 6C and 7C. RGB value is (187,108,124). Sum of RGB (Red+Green+Blue) = 187+108+124=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C7C is #449383. Grayscale: #858585. Windows color (decimal): -4494212 or 8154299. OLE color: 8154299.

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

Color convert

RGB 187 108 124 -
CMYK 0 0.42 0.34 0.27
HSL 347.85º 0.37% 0.58% -
HSV(B) 347.85º 0.42% 0.73% -
XYZ 29.49 22.75 21.9 -
YUV 133.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 187 108 124 0 0.42 0.34 0.27 347.85 0.37 0.58
Hex BB 6C 7C 0 2A 22 1B 15C 25 3A
Octal 273 154 174 0 52 42 33 534 45 72
Binary 10111011 1101100 1111100 0 101010 100010 11011 101011100 100101 111010

Color Harmonies of #BB6C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C7C

Black with #BB6C7C

Text Example


Text Example

White with #BB6C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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