Html Css Color HEX #B0618B Tapestry

📋 copy color: '#B0618B'

red 176 ◦ green 97 ◦ blue 139

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

Shades of Tapestry #B0618B

Tints of Tapestry #B0618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

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

R = 42.72%
G = 23.54%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0618B (or 0xB0618B) is known color: Tapestry. HEX triplet: B0, 61 and 8B. RGB value is (176,97,139). Sum of RGB (Red+Green+Blue) = 176+97+139=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0618B is #4F9E74. Grayscale: #7D7D7D. Windows color (decimal): -5217909 or 9134512. OLE color: 9134512.

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

Color convert

RGB 176 97 139 -
CMYK 0 0.45 0.21 0.31
HSL 328.1º 0.33% 0.54% -
HSV(B) 328.1º 0.45% 0.69% -
XYZ 26.84 19.64 26.8 -
YUV 125.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 176 97 139 0 0.45 0.21 0.31 328.1 0.33 0.54
Hex B0 61 8B 0 2D 15 1F 148 21 36
Octal 260 141 213 0 55 25 37 510 41 66
Binary 10110000 1100001 10001011 0 101101 10101 11111 101001000 100001 110110

Color Harmonies of #B0618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0618B

Black with #B0618B

Text Example


Text Example

White with #B0618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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