Html Css Color HEX #B4608A Tapestry

📋 copy color: '#B4608A'

red 180 ◦ green 96 ◦ blue 138

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

Shades of Tapestry #B4608A

Tints of Tapestry #B4608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 43.48%
G = 23.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4608A (or 0xB4608A) is known color: Tapestry. HEX triplet: B4, 60 and 8A. RGB value is (180,96,138). Sum of RGB (Red+Green+Blue) = 180+96+138=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B4608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4608A is #4B9F75. Grayscale: #7D7D7D. Windows color (decimal): -4956022 or 9068724. OLE color: 9068724.

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

Color convert

RGB 180 96 138 -
CMYK 0 0.47 0.23 0.29
HSL 330º 0.36% 0.54% -
HSV(B) 330º 0.47% 0.71% -
XYZ 27.59 19.9 26.43 -
YUV 125.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 180 96 138 0 0.47 0.23 0.29 330 0.36 0.54
Hex B4 60 8A 0 2F 17 1D 14A 24 36
Octal 264 140 212 0 57 27 35 512 44 66
Binary 10110100 1100000 10001010 0 101111 10111 11101 101001010 100100 110110

Color Harmonies of #B4608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4608A

Black with #B4608A

Text Example


Text Example

White with #B4608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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