Html Css Color HEX #B0638F Tapestry

📋 copy color: '#B0638F'

red 176 ◦ green 99 ◦ blue 143

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

Shades of Tapestry #B0638F

Tints of Tapestry #B0638F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.21%

R = 42.11%
G = 23.68%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0638F (or 0xB0638F) is known color: Tapestry. HEX triplet: B0, 63 and 8F. RGB value is (176,99,143). Sum of RGB (Red+Green+Blue) = 176+99+143=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0638F is #4F9C70. Grayscale: #7E7E7E. Windows color (decimal): -5217393 or 9397168. OLE color: 9397168.

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

Color convert

RGB 176 99 143 -
CMYK 0 0.44 0.19 0.31
HSL 325.71º 0.33% 0.54% -
HSV(B) 325.71º 0.44% 0.69% -
XYZ 27.32 20.14 28.43 -
YUV 127.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 176 99 143 0 0.44 0.19 0.31 325.71 0.33 0.54
Hex B0 63 8F 0 2C 13 1F 146 21 36
Octal 260 143 217 0 54 23 37 506 41 66
Binary 10110000 1100011 10001111 0 101100 10011 11111 101000110 100001 110110

Color Harmonies of #B0638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0638F

Black with #B0638F

Text Example


Text Example

White with #B0638F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0638F; }

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

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

background-color css

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

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

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

border-color css

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

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

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