Html Css Color HEX #B0628C Tapestry

📋 copy color: '#B0628C'

red 176 ◦ green 98 ◦ blue 140

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

Shades of Tapestry #B0628C

Tints of Tapestry #B0628C

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

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

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

R = 42.51%
G = 23.67%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0628C (or 0xB0628C) is known color: Tapestry. HEX triplet: B0, 62 and 8C. RGB value is (176,98,140). Sum of RGB (Red+Green+Blue) = 176+98+140=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0628C is #4F9D73. Grayscale: #7E7E7E. Windows color (decimal): -5217652 or 9200304. OLE color: 9200304.

HSL color Cylindrical-coordinate representation of color #B0628C: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0628C is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 140 -
CMYK 0 0.44 0.20 0.31
HSL 327.69º 0.33% 0.54% -
HSV(B) 327.69º 0.44% 0.69% -
XYZ 27.01 19.86 27.22 -
YUV 126.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 176 98 140 0 0.44 0.20 0.31 327.69 0.33 0.54
Hex B0 62 8C 0 2C 14 1F 148 21 36
Octal 260 142 214 0 54 24 37 510 41 66
Binary 10110000 1100010 10001100 0 101100 10100 11111 101001000 100001 110110

Color Harmonies of #B0628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0628C

Black with #B0628C

Text Example


Text Example

White with #B0628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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