Html Css Color HEX #B8648E Tapestry

📋 copy color: '#B8648E'

red 184 ◦ green 100 ◦ blue 142

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

Shades of Tapestry #B8648E

Tints of Tapestry #B8648E

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

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

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

R = 43.19%
G = 23.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8648E (or 0xB8648E) is known color: Tapestry. HEX triplet: B8, 64 and 8E. RGB value is (184,100,142). Sum of RGB (Red+Green+Blue) = 184+100+142=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8648E is #479B71. Grayscale: #818181. Windows color (decimal): -4692850 or 9331896. OLE color: 9331896.

HSL color Cylindrical-coordinate representation of color #B8648E: hue angle of 330º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8648E is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 100 142 -
CMYK 0 0.46 0.23 0.28
HSL 330º 0.37% 0.56% -
HSV(B) 330º 0.46% 0.72% -
XYZ 29.21 21.26 28.15 -
YUV 129.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 184 100 142 0 0.46 0.23 0.28 330 0.37 0.56
Hex B8 64 8E 0 2E 17 1C 14A 25 38
Octal 270 144 216 0 56 27 34 512 45 70
Binary 10111000 1100100 10001110 0 101110 10111 11100 101001010 100101 111000

Color Harmonies of #B8648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8648E

Black with #B8648E

Text Example


Text Example

White with #B8648E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8648E; }

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

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

background-color css

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

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

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

border-color css

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

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

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