Html Css Color HEX #B4637D Tapestry

📋 copy color: '#B4637D'

red 180 ◦ green 99 ◦ blue 125

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

Shades of Tapestry #B4637D

Tints of Tapestry #B4637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 44.55%
G = 24.5%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4637D (or 0xB4637D) is known color: Tapestry. HEX triplet: B4, 63 and 7D. RGB value is (180,99,125). Sum of RGB (Red+Green+Blue) = 180+99+125=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4637D is #4B9C82. Grayscale: #7E7E7E. Windows color (decimal): -4955267 or 8217524. OLE color: 8217524.

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

Color convert

RGB 180 99 125 -
CMYK 0 0.45 0.31 0.29
HSL 340.74º 0.35% 0.55% -
HSV(B) 340.74º 0.45% 0.71% -
XYZ 26.99 20.11 21.86 -
YUV 126.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 180 99 125 0 0.45 0.31 0.29 340.74 0.35 0.55
Hex B4 63 7D 0 2D 1F 1D 155 23 37
Octal 264 143 175 0 55 37 35 525 43 67
Binary 10110100 1100011 1111101 0 101101 11111 11101 101010101 100011 110111

Color Harmonies of #B4637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4637D

Black with #B4637D

Text Example


Text Example

White with #B4637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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