Html Css Color HEX #BB6A7E Tapestry

📋 copy color: '#BB6A7E'

red 187 ◦ green 106 ◦ blue 126

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

Shades of Tapestry #BB6A7E

Tints of Tapestry #BB6A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 44.63%
G = 25.3%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB6A7E (or 0xBB6A7E) is known color: Tapestry. HEX triplet: BB, 6A and 7E. RGB value is (187,106,126). Sum of RGB (Red+Green+Blue) = 187+106+126=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A7E is #449581. Grayscale: #848484. Windows color (decimal): -4494722 or 8284859. OLE color: 8284859.

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

Color convert

RGB 187 106 126 -
CMYK 0 0.43 0.33 0.27
HSL 345.19º 0.37% 0.57% -
HSV(B) 345.19º 0.43% 0.73% -
XYZ 29.41 22.38 22.51 -
YUV 132.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 187 106 126 0 0.43 0.33 0.27 345.19 0.37 0.57
Hex BB 6A 7E 0 2B 21 1B 159 25 39
Octal 273 152 176 0 53 41 33 531 45 71
Binary 10111011 1101010 1111110 0 101011 100001 11011 101011001 100101 111001

Color Harmonies of #BB6A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A7E

Black with #BB6A7E

Text Example


Text Example

White with #BB6A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A7E; }

 p { color: rgb(187,106,126); }

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

background-color css

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

 a { background-color: rgb(187,106,126); }

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

border-color css

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

 span { border-color: rgb(187,106,126); }

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