Html Css Color HEX #B5628C Tapestry

📋 copy color: '#B5628C'

red 181 ◦ green 98 ◦ blue 140

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

Shades of Tapestry #B5628C

Tints of Tapestry #B5628C

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

 GREEN value IS 98 (38.67% from 255) = 23.39%

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

R = 43.2%
G = 23.39%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5628C (or 0xB5628C) is known color: Tapestry. HEX triplet: B5, 62 and 8C. RGB value is (181,98,140). Sum of RGB (Red+Green+Blue) = 181+98+140=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5628C is #4A9D73. Grayscale: #7F7F7F. Windows color (decimal): -4889972 or 9200309. OLE color: 9200309.

HSL color Cylindrical-coordinate representation of color #B5628C: hue angle of 329.64º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5628C is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 98 140 -
CMYK 0 0.46 0.23 0.29
HSL 329.64º 0.36% 0.55% -
HSV(B) 329.64º 0.46% 0.71% -
XYZ 28.16 20.45 27.27 -
YUV 127.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 181 98 140 0 0.46 0.23 0.29 329.64 0.36 0.55
Hex B5 62 8C 0 2E 17 1D 14A 24 37
Octal 265 142 214 0 56 27 35 512 44 67
Binary 10110101 1100010 10001100 0 101110 10111 11101 101001010 100100 110111

Color Harmonies of #B5628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5628C

Black with #B5628C

Text Example


Text Example

White with #B5628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5628C; }

 p { color: rgb(181,98,140); }

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

background-color css

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

 a { background-color: rgb(181,98,140); }

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

border-color css

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

 span { border-color: rgb(181,98,140); }

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