Html Css Color HEX #B4628A Tapestry

📋 copy color: '#B4628A'

red 180 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #B4628A

Tints of Tapestry #B4628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 43.27%
G = 23.56%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4628A (or 0xB4628A) is known color: Tapestry. HEX triplet: B4, 62 and 8A. RGB value is (180,98,138). Sum of RGB (Red+Green+Blue) = 180+98+138=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4628A is #4B9D75. Grayscale: #7F7F7F. Windows color (decimal): -4955510 or 9069236. OLE color: 9069236.

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

Color convert

RGB 180 98 138 -
CMYK 0 0.46 0.23 0.29
HSL 330.73º 0.35% 0.55% -
HSV(B) 330.73º 0.46% 0.71% -
XYZ 27.78 20.27 26.49 -
YUV 127.08 134.17 165.75 -
System Red Green Blue C M Y K H S L
Decimal 180 98 138 0 0.46 0.23 0.29 330.73 0.35 0.55
Hex B4 62 8A 0 2E 17 1D 14B 23 37
Octal 264 142 212 0 56 27 35 513 43 67
Binary 10110100 1100010 10001010 0 101110 10111 11101 101001011 100011 110111

Color Harmonies of #B4628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4628A

Black with #B4628A

Text Example


Text Example

White with #B4628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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