Html Css Color HEX #B9648E Tapestry

📋 copy color: '#B9648E'

red 185 ◦ green 100 ◦ blue 142

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

Shades of Tapestry #B9648E

Tints of Tapestry #B9648E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 43.33%
G = 23.42%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9648E (or 0xB9648E) is known color: Tapestry. HEX triplet: B9, 64 and 8E. RGB value is (185,100,142). Sum of RGB (Red+Green+Blue) = 185+100+142=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9648E is #469B71. Grayscale: #828282. Windows color (decimal): -4627314 or 9331897. OLE color: 9331897.

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

Color convert

RGB 185 100 142 -
CMYK 0 0.46 0.23 0.27
HSL 330.35º 0.38% 0.56% -
HSV(B) 330.35º 0.46% 0.73% -
XYZ 29.45 21.38 28.17 -
YUV 130.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 185 100 142 0 0.46 0.23 0.27 330.35 0.38 0.56
Hex B9 64 8E 0 2E 17 1B 14A 26 38
Octal 271 144 216 0 56 27 33 512 46 70
Binary 10111001 1100100 10001110 0 101110 10111 11011 101001010 100110 111000

Color Harmonies of #B9648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9648E

Black with #B9648E

Text Example


Text Example

White with #B9648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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