Html Css Color HEX #B2638D Tapestry

📋 copy color: '#B2638D'

red 178 ◦ green 99 ◦ blue 141

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

Shades of Tapestry #B2638D

Tints of Tapestry #B2638D

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

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

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

R = 42.58%
G = 23.68%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2638D (or 0xB2638D) is known color: Tapestry. HEX triplet: B2, 63 and 8D. RGB value is (178,99,141). Sum of RGB (Red+Green+Blue) = 178+99+141=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2638D is #4D9C72. Grayscale: #7F7F7F. Windows color (decimal): -5086323 or 9266098. OLE color: 9266098.

HSL color Cylindrical-coordinate representation of color #B2638D: hue angle of 328.1º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2638D is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 99 141 -
CMYK 0 0.44 0.21 0.30
HSL 328.1º 0.34% 0.54% -
HSV(B) 328.1º 0.44% 0.7% -
XYZ 27.63 20.31 27.66 -
YUV 127.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 178 99 141 0 0.44 0.21 0.30 328.1 0.34 0.54
Hex B2 63 8D 0 2C 15 1E 148 22 36
Octal 262 143 215 0 54 25 36 510 42 66
Binary 10110010 1100011 10001101 0 101100 10101 11110 101001000 100010 110110

Color Harmonies of #B2638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2638D

Black with #B2638D

Text Example


Text Example

White with #B2638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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