Html Css Color HEX #B5638B Tapestry

📋 copy color: '#B5638B'

red 181 ◦ green 99 ◦ blue 139

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

Shades of Tapestry #B5638B

Tints of Tapestry #B5638B

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

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

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

R = 43.2%
G = 23.63%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5638B (or 0xB5638B) is known color: Tapestry. HEX triplet: B5, 63 and 8B. RGB value is (181,99,139). Sum of RGB (Red+Green+Blue) = 181+99+139=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5638B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5638B is #4A9C74. Grayscale: #808080. Windows color (decimal): -4889717 or 9135029. OLE color: 9135029.

HSL color Cylindrical-coordinate representation of color #B5638B: hue angle of 330.73º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5638B is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 139 -
CMYK 0 0.45 0.23 0.29
HSL 330.73º 0.36% 0.55% -
HSV(B) 330.73º 0.45% 0.71% -
XYZ 28.18 20.61 26.92 -
YUV 128.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 181 99 139 0 0.45 0.23 0.29 330.73 0.36 0.55
Hex B5 63 8B 0 2D 17 1D 14B 24 37
Octal 265 143 213 0 55 27 35 513 44 67
Binary 10110101 1100011 10001011 0 101101 10111 11101 101001011 100100 110111

Color Harmonies of #B5638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5638B

Black with #B5638B

Text Example


Text Example

White with #B5638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5638B; }

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

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

background-color css

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

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

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

border-color css

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

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

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