Html Css Color HEX #B4648A Tapestry

📋 copy color: '#B4648A'

red 180 ◦ green 100 ◦ blue 138

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

Shades of Tapestry #B4648A

Tints of Tapestry #B4648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

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

R = 43.06%
G = 23.92%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4648A (or 0xB4648A) is known color: Tapestry. HEX triplet: B4, 64 and 8A. RGB value is (180,100,138). Sum of RGB (Red+Green+Blue) = 180+100+138=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4648A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4648A is #4B9B75. Grayscale: #808080. Windows color (decimal): -4954998 or 9069748. OLE color: 9069748.

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

Color convert

RGB 180 100 138 -
CMYK 0 0.44 0.23 0.29
HSL 331.5º 0.35% 0.55% -
HSV(B) 331.5º 0.44% 0.71% -
XYZ 27.97 20.65 26.56 -
YUV 128.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 180 100 138 0 0.44 0.23 0.29 331.5 0.35 0.55
Hex B4 64 8A 0 2C 17 1D 14C 23 37
Octal 264 144 212 0 54 27 35 514 43 67
Binary 10110100 1100100 10001010 0 101100 10111 11101 101001100 100011 110111

Color Harmonies of #B4648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4648A

Black with #B4648A

Text Example


Text Example

White with #B4648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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