Html Css Color HEX #B0627C Tapestry

📋 copy color: '#B0627C'

red 176 ◦ green 98 ◦ blue 124

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

Shades of Tapestry #B0627C

Tints of Tapestry #B0627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 44.22%
G = 24.62%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0627C (or 0xB0627C) is known color: Tapestry. HEX triplet: B0, 62 and 7C. RGB value is (176,98,124). Sum of RGB (Red+Green+Blue) = 176+98+124=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0627C is #4F9D83. Grayscale: #7C7C7C. Windows color (decimal): -5217668 or 8151728. OLE color: 8151728.

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

Color convert

RGB 176 98 124 -
CMYK 0 0.44 0.30 0.31
HSL 340º 0.33% 0.54% -
HSV(B) 340º 0.44% 0.69% -
XYZ 25.91 19.42 21.45 -
YUV 124.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 176 98 124 0 0.44 0.30 0.31 340 0.33 0.54
Hex B0 62 7C 0 2C 1E 1F 154 21 36
Octal 260 142 174 0 54 36 37 524 41 66
Binary 10110000 1100010 1111100 0 101100 11110 11111 101010100 100001 110110

Color Harmonies of #B0627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0627C

Black with #B0627C

Text Example


Text Example

White with #B0627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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