Html Css Color HEX #B9648C Tapestry

📋 copy color: '#B9648C'

red 185 ◦ green 100 ◦ blue 140

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

Shades of Tapestry #B9648C

Tints of Tapestry #B9648C

RGB

 RED value IS 185 (72.66% from 255) = 43.53%

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

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

R = 43.53%
G = 23.53%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9648C (or 0xB9648C) is known color: Tapestry. HEX triplet: B9, 64 and 8C. RGB value is (185,100,140). Sum of RGB (Red+Green+Blue) = 185+100+140=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9648C is #469B73. Grayscale: #818181. Windows color (decimal): -4627316 or 9200825. OLE color: 9200825.

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

Color convert

RGB 185 100 140 -
CMYK 0 0.46 0.24 0.27
HSL 331.76º 0.38% 0.56% -
HSV(B) 331.76º 0.46% 0.73% -
XYZ 29.3 21.32 27.38 -
YUV 129.98 133.66 167.25 -
System Red Green Blue C M Y K H S L
Decimal 185 100 140 0 0.46 0.24 0.27 331.76 0.38 0.56
Hex B9 64 8C 0 2E 18 1B 14C 26 38
Octal 271 144 214 0 56 30 33 514 46 70
Binary 10111001 1100100 10001100 0 101110 11000 11011 101001100 100110 111000

Color Harmonies of #B9648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9648C

Black with #B9648C

Text Example


Text Example

White with #B9648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9648C; }

 p { color: rgb(185,100,140); }

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

background-color css

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

 a { background-color: rgb(185,100,140); }

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

border-color css

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

 span { border-color: rgb(185,100,140); }

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