Html Css Color HEX #B4628C Tapestry

📋 copy color: '#B4628C'

red 180 ◦ green 98 ◦ blue 140

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

Shades of Tapestry #B4628C

Tints of Tapestry #B4628C

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

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

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

R = 43.06%
G = 23.44%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4628C (or 0xB4628C) is known color: Tapestry. HEX triplet: B4, 62 and 8C. RGB value is (180,98,140). Sum of RGB (Red+Green+Blue) = 180+98+140=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4628C is #4B9D73. Grayscale: #7F7F7F. Windows color (decimal): -4955508 or 9200308. OLE color: 9200308.

HSL color Cylindrical-coordinate representation of color #B4628C: hue angle of 329.27º degrees, saturation: 0.35, 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 #B4628C is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 140 -
CMYK 0 0.46 0.22 0.29
HSL 329.27º 0.35% 0.55% -
HSV(B) 329.27º 0.46% 0.71% -
XYZ 27.92 20.33 27.26 -
YUV 127.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 180 98 140 0 0.46 0.22 0.29 329.27 0.35 0.55
Hex B4 62 8C 0 2E 16 1D 149 23 37
Octal 264 142 214 0 56 26 35 511 43 67
Binary 10110100 1100010 10001100 0 101110 10110 11101 101001001 100011 110111

Color Harmonies of #B4628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4628C

Black with #B4628C

Text Example


Text Example

White with #B4628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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