Html Css Color HEX #B0618A Tapestry

📋 copy color: '#B0618A'

red 176 ◦ green 97 ◦ blue 138

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

Shades of Tapestry #B0618A

Tints of Tapestry #B0618A

RGB

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

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

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

R = 42.82%
G = 23.6%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0618A (or 0xB0618A) is known color: Tapestry. HEX triplet: B0, 61 and 8A. RGB value is (176,97,138). Sum of RGB (Red+Green+Blue) = 176+97+138=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0618A is #4F9E75. Grayscale: #7D7D7D. Windows color (decimal): -5217910 or 9068976. OLE color: 9068976.

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

Color convert

RGB 176 97 138 -
CMYK 0 0.45 0.22 0.31
HSL 328.86º 0.33% 0.54% -
HSV(B) 328.86º 0.45% 0.69% -
XYZ 26.77 19.61 26.42 -
YUV 125.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 176 97 138 0 0.45 0.22 0.31 328.86 0.33 0.54
Hex B0 61 8A 0 2D 16 1F 149 21 36
Octal 260 141 212 0 55 26 37 511 41 66
Binary 10110000 1100001 10001010 0 101101 10110 11111 101001001 100001 110110

Color Harmonies of #B0618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0618A

Black with #B0618A

Text Example


Text Example

White with #B0618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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