Html Css Color HEX #B4627D Tapestry

📋 copy color: '#B4627D'

red 180 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #B4627D

Tints of Tapestry #B4627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

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

R = 44.67%
G = 24.32%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4627D (or 0xB4627D) is known color: Tapestry. HEX triplet: B4, 62 and 7D. RGB value is (180,98,125). Sum of RGB (Red+Green+Blue) = 180+98+125=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4627D is #4B9D82. Grayscale: #7D7D7D. Windows color (decimal): -4955523 or 8217268. OLE color: 8217268.

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

Color convert

RGB 180 98 125 -
CMYK 0 0.46 0.31 0.29
HSL 340.24º 0.35% 0.55% -
HSV(B) 340.24º 0.46% 0.71% -
XYZ 26.89 19.92 21.83 -
YUV 125.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 180 98 125 0 0.46 0.31 0.29 340.24 0.35 0.55
Hex B4 62 7D 0 2E 1F 1D 154 23 37
Octal 264 142 175 0 56 37 35 524 43 67
Binary 10110100 1100010 1111101 0 101110 11111 11101 101010100 100011 110111

Color Harmonies of #B4627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4627D

Black with #B4627D

Text Example


Text Example

White with #B4627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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