Html Css Color HEX #B0628F Tapestry

📋 copy color: '#B0628F'

red 176 ◦ green 98 ◦ blue 143

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

Shades of Tapestry #B0628F

Tints of Tapestry #B0628F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 42.21%
G = 23.5%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0628F (or 0xB0628F) is known color: Tapestry. HEX triplet: B0, 62 and 8F. RGB value is (176,98,143). Sum of RGB (Red+Green+Blue) = 176+98+143=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0628F is #4F9D70. Grayscale: #7E7E7E. Windows color (decimal): -5217649 or 9396912. OLE color: 9396912.

HSL color Cylindrical-coordinate representation of color #B0628F: hue angle of 325.38º 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 #B0628F is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 143 -
CMYK 0 0.44 0.19 0.31
HSL 325.38º 0.33% 0.54% -
HSV(B) 325.38º 0.44% 0.69% -
XYZ 27.23 19.95 28.4 -
YUV 126.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 176 98 143 0 0.44 0.19 0.31 325.38 0.33 0.54
Hex B0 62 8F 0 2C 13 1F 145 21 36
Octal 260 142 217 0 54 23 37 505 41 66
Binary 10110000 1100010 10001111 0 101100 10011 11111 101000101 100001 110110

Color Harmonies of #B0628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0628F

Black with #B0628F

Text Example


Text Example

White with #B0628F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0628F; }

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

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

background-color css

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

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

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

border-color css

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

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

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