Html Css Color HEX #B0628B Tapestry

📋 copy color: '#B0628B'

red 176 ◦ green 98 ◦ blue 139

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

Shades of Tapestry #B0628B

Tints of Tapestry #B0628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 42.62%
G = 23.73%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0628B (or 0xB0628B) is known color: Tapestry. HEX triplet: B0, 62 and 8B. RGB value is (176,98,139). Sum of RGB (Red+Green+Blue) = 176+98+139=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0628B is #4F9D74. Grayscale: #7D7D7D. Windows color (decimal): -5217653 or 9134768. OLE color: 9134768.

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

Color convert

RGB 176 98 139 -
CMYK 0 0.44 0.21 0.31
HSL 328.46º 0.33% 0.54% -
HSV(B) 328.46º 0.44% 0.69% -
XYZ 26.93 19.83 26.83 -
YUV 126 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 176 98 139 0 0.44 0.21 0.31 328.46 0.33 0.54
Hex B0 62 8B 0 2C 15 1F 148 21 36
Octal 260 142 213 0 54 25 37 510 41 66
Binary 10110000 1100010 10001011 0 101100 10101 11111 101001000 100001 110110

Color Harmonies of #B0628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0628B

Black with #B0628B

Text Example


Text Example

White with #B0628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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