Html Css Color HEX #BB647A Tapestry

📋 copy color: '#BB647A'

red 187 ◦ green 100 ◦ blue 122

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

Shades of Tapestry #BB647A

Tints of Tapestry #BB647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 45.72%
G = 24.45%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB647A (or 0xBB647A) is known color: Tapestry. HEX triplet: BB, 64 and 7A. RGB value is (187,100,122). Sum of RGB (Red+Green+Blue) = 187+100+122=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB647A is #449B85. Grayscale: #808080. Windows color (decimal): -4496262 or 8021179. OLE color: 8021179.

HSL color Cylindrical-coordinate representation of color #BB647A: hue angle of 344.83º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB647A is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 122 -
CMYK 0 0.47 0.35 0.27
HSL 344.83º 0.39% 0.56% -
HSV(B) 344.83º 0.47% 0.73% -
XYZ 28.56 21.08 20.98 -
YUV 128.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 187 100 122 0 0.47 0.35 0.27 344.83 0.39 0.56
Hex BB 64 7A 0 2F 23 1B 159 27 38
Octal 273 144 172 0 57 43 33 531 47 70
Binary 10111011 1100100 1111010 0 101111 100011 11011 101011001 100111 111000

Color Harmonies of #BB647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB647A

Black with #BB647A

Text Example


Text Example

White with #BB647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB647A; }

 p { color: rgb(187,100,122); }

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

background-color css

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

 a { background-color: rgb(187,100,122); }

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

border-color css

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

 span { border-color: rgb(187,100,122); }

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