Html Css Color HEX #BB6C77 Tapestry

📋 copy color: '#BB6C77'

red 187 ◦ green 108 ◦ blue 119

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

Shades of Tapestry #BB6C77

Tints of Tapestry #BB6C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 45.17%
G = 26.09%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB6C77 (or 0xBB6C77) is known color: Tapestry. HEX triplet: BB, 6C and 77. RGB value is (187,108,119). Sum of RGB (Red+Green+Blue) = 187+108+119=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C77 is #449388. Grayscale: #848484. Windows color (decimal): -4494217 or 7826619. OLE color: 7826619.

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

Color convert

RGB 187 108 119 -
CMYK 0 0.42 0.36 0.27
HSL 351.65º 0.37% 0.58% -
HSV(B) 351.65º 0.42% 0.73% -
XYZ 29.19 22.62 20.28 -
YUV 132.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 187 108 119 0 0.42 0.36 0.27 351.65 0.37 0.58
Hex BB 6C 77 0 2A 24 1B 160 25 3A
Octal 273 154 167 0 52 44 33 540 45 72
Binary 10111011 1101100 1110111 0 101010 100100 11011 101100000 100101 111010

Color Harmonies of #BB6C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C77

Black with #BB6C77

Text Example


Text Example

White with #BB6C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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