Html Css Color HEX #BB6A8C Tapestry

📋 copy color: '#BB6A8C'

red 187 ◦ green 106 ◦ blue 140

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

Shades of Tapestry #BB6A8C

Tints of Tapestry #BB6A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 43.19%
G = 24.48%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB6A8C (or 0xBB6A8C) is known color: Tapestry. HEX triplet: BB, 6A and 8C. RGB value is (187,106,140). Sum of RGB (Red+Green+Blue) = 187+106+140=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A8C is #449573. Grayscale: #868686. Windows color (decimal): -4494708 or 9202363. OLE color: 9202363.

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

Color convert

RGB 187 106 140 -
CMYK 0 0.43 0.25 0.27
HSL 334.81º 0.37% 0.57% -
HSV(B) 334.81º 0.43% 0.73% -
XYZ 30.38 22.77 27.6 -
YUV 134.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 187 106 140 0 0.43 0.25 0.27 334.81 0.37 0.57
Hex BB 6A 8C 0 2B 19 1B 14F 25 39
Octal 273 152 214 0 53 31 33 517 45 71
Binary 10111011 1101010 10001100 0 101011 11001 11011 101001111 100101 111001

Color Harmonies of #BB6A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A8C

Black with #BB6A8C

Text Example


Text Example

White with #BB6A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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