Html Css Color HEX #B0608C Tapestry

📋 copy color: '#B0608C'

red 176 ◦ green 96 ◦ blue 140

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

Shades of Tapestry #B0608C

Tints of Tapestry #B0608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 42.72%
G = 23.3%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0608C (or 0xB0608C) is known color: Tapestry. HEX triplet: B0, 60 and 8C. RGB value is (176,96,140). Sum of RGB (Red+Green+Blue) = 176+96+140=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0608C is #4F9F73. Grayscale: #7C7C7C. Windows color (decimal): -5218164 or 9199792. OLE color: 9199792.

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

Color convert

RGB 176 96 140 -
CMYK 0 0.45 0.20 0.31
HSL 327º 0.34% 0.53% -
HSV(B) 327º 0.45% 0.69% -
XYZ 26.82 19.49 27.16 -
YUV 124.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 176 96 140 0 0.45 0.20 0.31 327 0.34 0.53
Hex B0 60 8C 0 2D 14 1F 147 22 35
Octal 260 140 214 0 55 24 37 507 42 65
Binary 10110000 1100000 10001100 0 101101 10100 11111 101000111 100010 110101

Color Harmonies of #B0608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0608C

Black with #B0608C

Text Example


Text Example

White with #B0608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0608C; }

 p { color: rgb(176,96,140); }

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

background-color css

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

 a { background-color: rgb(176,96,140); }

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

border-color css

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

 span { border-color: rgb(176,96,140); }

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