Html Css Color HEX #B32060 Jazzberry Jam

📋 copy color: '#B32060'

red 179 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #B32060

Tints of Jazzberry Jam #B32060

RGB

 RED value IS 179 (70.31% from 255) = 58.31%

 GREEN value IS 32 (12.89% from 255) = 10.42%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 58.31%
G = 10.42%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B32060 (or 0xB32060) is known color: Jazzberry Jam. HEX triplet: B3, 20 and 60. RGB value is (179,32,96). Sum of RGB (Red+Green+Blue) = 179+32+96=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B32060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32060 is #4CDF9F. Grayscale: #535353. Windows color (decimal): -5037984 or 6299827. OLE color: 6299827.

HSL color Cylindrical-coordinate representation of color #B32060: hue angle of 333.88º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32060 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 96 -
CMYK 0 0.82 0.46 0.30
HSL 333.88º 0.7% 0.41% -
HSV(B) 333.88º 0.82% 0.7% -
XYZ 21.22 11.46 12.16 -
YUV 83.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 179 32 96 0 0.82 0.46 0.30 333.88 0.7 0.41
Hex B3 20 60 0 52 2E 1E 14E 46 29
Octal 263 40 140 0 122 56 36 516 106 51
Binary 10110011 100000 1100000 0 1010010 101110 11110 101001110 1000110 101001

Color Harmonies of #B32060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32060

Black with #B32060

Text Example


Text Example

White with #B32060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32060; }

 p { color: rgb(179,32,96); }

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

background-color css

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

 a { background-color: rgb(179,32,96); }

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

border-color css

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

 span { border-color: rgb(179,32,96); }

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