Html Css Color HEX #B0628A Tapestry

📋 copy color: '#B0628A'

red 176 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #B0628A

Tints of Tapestry #B0628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 42.72%
G = 23.79%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0628A (or 0xB0628A) is known color: Tapestry. HEX triplet: B0, 62 and 8A. RGB value is (176,98,138). Sum of RGB (Red+Green+Blue) = 176+98+138=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0628A is #4F9D75. Grayscale: #7D7D7D. Windows color (decimal): -5217654 or 9069232. OLE color: 9069232.

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

Color convert

RGB 176 98 138 -
CMYK 0 0.44 0.22 0.31
HSL 329.23º 0.33% 0.54% -
HSV(B) 329.23º 0.44% 0.69% -
XYZ 26.86 19.8 26.45 -
YUV 125.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 176 98 138 0 0.44 0.22 0.31 329.23 0.33 0.54
Hex B0 62 8A 0 2C 16 1F 149 21 36
Octal 260 142 212 0 54 26 37 511 41 66
Binary 10110000 1100010 10001010 0 101100 10110 11111 101001001 100001 110110

Color Harmonies of #B0628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0628A

Black with #B0628A

Text Example


Text Example

White with #B0628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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