Html Css Color HEX #B0607F Tapestry

📋 copy color: '#B0607F'

red 176 ◦ green 96 ◦ blue 127

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

Shades of Tapestry #B0607F

Tints of Tapestry #B0607F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 44.11%
G = 24.06%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0607F (or 0xB0607F) is known color: Tapestry. HEX triplet: B0, 60 and 7F. RGB value is (176,96,127). Sum of RGB (Red+Green+Blue) = 176+96+127=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607F is #4F9F80. Grayscale: #7B7B7B. Windows color (decimal): -5218177 or 8347824. OLE color: 8347824.

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

Color convert

RGB 176 96 127 -
CMYK 0 0.45 0.28 0.31
HSL 336.75º 0.34% 0.53% -
HSV(B) 336.75º 0.45% 0.69% -
XYZ 25.92 19.13 22.4 -
YUV 123.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 176 96 127 0 0.45 0.28 0.31 336.75 0.34 0.53
Hex B0 60 7F 0 2D 1C 1F 151 22 35
Octal 260 140 177 0 55 34 37 521 42 65
Binary 10110000 1100000 1111111 0 101101 11100 11111 101010001 100010 110101

Color Harmonies of #B0607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0607F

Black with #B0607F

Text Example


Text Example

White with #B0607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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