Html Css Color HEX #B4637A Tapestry

📋 copy color: '#B4637A'

red 180 ◦ green 99 ◦ blue 122

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

Shades of Tapestry #B4637A

Tints of Tapestry #B4637A

RGB

 RED value IS 180 (70.7% from 255) = 44.89%

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 44.89%
G = 24.69%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4637A (or 0xB4637A) is known color: Tapestry. HEX triplet: B4, 63 and 7A. RGB value is (180,99,122). Sum of RGB (Red+Green+Blue) = 180+99+122=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4637A is #4B9C85. Grayscale: #7D7D7D. Windows color (decimal): -4955270 or 8020916. OLE color: 8020916.

HSL color Cylindrical-coordinate representation of color #B4637A: hue angle of 342.96º degrees, saturation: 0.35, 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 #B4637A is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 122 -
CMYK 0 0.45 0.32 0.29
HSL 342.96º 0.35% 0.55% -
HSV(B) 342.96º 0.45% 0.71% -
XYZ 26.8 20.03 20.87 -
YUV 125.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 180 99 122 0 0.45 0.32 0.29 342.96 0.35 0.55
Hex B4 63 7A 0 2D 20 1D 157 23 37
Octal 264 143 172 0 55 40 35 527 43 67
Binary 10110100 1100011 1111010 0 101101 100000 11101 101010111 100011 110111

Color Harmonies of #B4637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4637A

Black with #B4637A

Text Example


Text Example

White with #B4637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4637A; }

 p { color: rgb(180,99,122); }

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

background-color css

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

 a { background-color: rgb(180,99,122); }

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

border-color css

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

 span { border-color: rgb(180,99,122); }

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