Html Css Color HEX #B0638B Tapestry

📋 copy color: '#B0638B'

red 176 ◦ green 99 ◦ blue 139

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

Shades of Tapestry #B0638B

Tints of Tapestry #B0638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 42.51%
G = 23.91%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0638B (or 0xB0638B) is known color: Tapestry. HEX triplet: B0, 63 and 8B. RGB value is (176,99,139). Sum of RGB (Red+Green+Blue) = 176+99+139=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0638B is #4F9C74. Grayscale: #7E7E7E. Windows color (decimal): -5217397 or 9135024. OLE color: 9135024.

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

Color convert

RGB 176 99 139 -
CMYK 0 0.44 0.21 0.31
HSL 328.83º 0.33% 0.54% -
HSV(B) 328.83º 0.44% 0.69% -
XYZ 27.03 20.02 26.87 -
YUV 126.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 176 99 139 0 0.44 0.21 0.31 328.83 0.33 0.54
Hex B0 63 8B 0 2C 15 1F 149 21 36
Octal 260 143 213 0 54 25 37 511 41 66
Binary 10110000 1100011 10001011 0 101100 10101 11111 101001001 100001 110110

Color Harmonies of #B0638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0638B

Black with #B0638B

Text Example


Text Example

White with #B0638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0638B; }

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

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

background-color css

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

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

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

border-color css

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

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

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