Html Css Color HEX #B0637F Tapestry

📋 copy color: '#B0637F'

red 176 ◦ green 99 ◦ blue 127

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

Shades of Tapestry #B0637F

Tints of Tapestry #B0637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

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

R = 43.78%
G = 24.63%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0637F (or 0xB0637F) is known color: Tapestry. HEX triplet: B0, 63 and 7F. RGB value is (176,99,127). Sum of RGB (Red+Green+Blue) = 176+99+127=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0637F is #4F9C80. Grayscale: #7D7D7D. Windows color (decimal): -5217409 or 8348592. OLE color: 8348592.

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

Color convert

RGB 176 99 127 -
CMYK 0 0.44 0.28 0.31
HSL 338.18º 0.33% 0.54% -
HSV(B) 338.18º 0.44% 0.69% -
XYZ 26.2 19.69 22.5 -
YUV 125.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 176 99 127 0 0.44 0.28 0.31 338.18 0.33 0.54
Hex B0 63 7F 0 2C 1C 1F 152 21 36
Octal 260 143 177 0 54 34 37 522 41 66
Binary 10110000 1100011 1111111 0 101100 11100 11111 101010010 100001 110110

Color Harmonies of #B0637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0637F

Black with #B0637F

Text Example


Text Example

White with #B0637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0637F; }

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

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

background-color css

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

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

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

border-color css

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

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

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