Html Css Color HEX #BB677C Tapestry

📋 copy color: '#BB677C'

red 187 ◦ green 103 ◦ blue 124

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

Shades of Tapestry #BB677C

Tints of Tapestry #BB677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.88%

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

R = 45.17%
G = 24.88%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB677C (or 0xBB677C) is known color: Tapestry. HEX triplet: BB, 67 and 7C. RGB value is (187,103,124). Sum of RGB (Red+Green+Blue) = 187+103+124=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB677C is #449883. Grayscale: #828282. Windows color (decimal): -4495492 or 8153019. OLE color: 8153019.

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

Color convert

RGB 187 103 124 -
CMYK 0 0.45 0.34 0.27
HSL 345º 0.38% 0.57% -
HSV(B) 345º 0.45% 0.73% -
XYZ 28.98 21.72 21.73 -
YUV 130.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 187 103 124 0 0.45 0.34 0.27 345 0.38 0.57
Hex BB 67 7C 0 2D 22 1B 159 26 39
Octal 273 147 174 0 55 42 33 531 46 71
Binary 10111011 1100111 1111100 0 101101 100010 11011 101011001 100110 111001

Color Harmonies of #BB677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB677C

Black with #BB677C

Text Example


Text Example

White with #BB677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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