Html Css Color HEX #B0638D Tapestry

📋 copy color: '#B0638D'

red 176 ◦ green 99 ◦ blue 141

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

Shades of Tapestry #B0638D

Tints of Tapestry #B0638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 42.31%
G = 23.8%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0638D (or 0xB0638D) is known color: Tapestry. HEX triplet: B0, 63 and 8D. RGB value is (176,99,141). Sum of RGB (Red+Green+Blue) = 176+99+141=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0638D is #4F9C72. Grayscale: #7E7E7E. Windows color (decimal): -5217395 or 9266096. OLE color: 9266096.

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

Color convert

RGB 176 99 141 -
CMYK 0 0.44 0.20 0.31
HSL 327.27º 0.33% 0.54% -
HSV(B) 327.27º 0.44% 0.69% -
XYZ 27.17 20.08 27.64 -
YUV 126.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 176 99 141 0 0.44 0.20 0.31 327.27 0.33 0.54
Hex B0 63 8D 0 2C 14 1F 147 21 36
Octal 260 143 215 0 54 24 37 507 41 66
Binary 10110000 1100011 10001101 0 101100 10100 11111 101000111 100001 110110

Color Harmonies of #B0638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0638D

Black with #B0638D

Text Example


Text Example

White with #B0638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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