Html Css Color HEX #BB6674 Tapestry

📋 copy color: '#BB6674'

red 187 ◦ green 102 ◦ blue 116

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

Shades of Tapestry #BB6674

Tints of Tapestry #BB6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 46.17%
G = 25.19%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB6674 (or 0xBB6674) is known color: Tapestry. HEX triplet: BB, 66 and 74. RGB value is (187,102,116). Sum of RGB (Red+Green+Blue) = 187+102+116=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6674 is #44998B. Grayscale: #818181. Windows color (decimal): -4495756 or 7628475. OLE color: 7628475.

HSL color Cylindrical-coordinate representation of color #BB6674: hue angle of 350.12º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6674 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 102 116 -
CMYK 0 0.45 0.38 0.27
HSL 350.12º 0.38% 0.57% -
HSV(B) 350.12º 0.45% 0.73% -
XYZ 28.4 21.33 19.14 -
YUV 129.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 187 102 116 0 0.45 0.38 0.27 350.12 0.38 0.57
Hex BB 66 74 0 2D 26 1B 15E 26 39
Octal 273 146 164 0 55 46 33 536 46 71
Binary 10111011 1100110 1110100 0 101101 100110 11011 101011110 100110 111001

Color Harmonies of #BB6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6674

Black with #BB6674

Text Example


Text Example

White with #BB6674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6674; }

 p { color: rgb(187,102,116); }

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

background-color css

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

 a { background-color: rgb(187,102,116); }

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

border-color css

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

 span { border-color: rgb(187,102,116); }

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