Html Css Color HEX #B42060 Jazzberry Jam

📋 copy color: '#B42060'

red 180 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #B42060

Tints of Jazzberry Jam #B42060

RGB

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

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

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

R = 58.44%
G = 10.39%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B42060 (or 0xB42060) is known color: Jazzberry Jam. HEX triplet: B4, 20 and 60. RGB value is (180,32,96). Sum of RGB (Red+Green+Blue) = 180+32+96=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B42060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42060 is #4BDF9F. Grayscale: #535353. Windows color (decimal): -4972448 or 6299828. OLE color: 6299828.

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

Color convert

RGB 180 32 96 -
CMYK 0 0.82 0.47 0.29
HSL 334.05º 0.7% 0.42% -
HSV(B) 334.05º 0.82% 0.71% -
XYZ 21.45 11.58 12.17 -
YUV 83.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 180 32 96 0 0.82 0.47 0.29 334.05 0.7 0.42
Hex B4 20 60 0 52 2F 1D 14E 46 2A
Octal 264 40 140 0 122 57 35 516 106 52
Binary 10110100 100000 1100000 0 1010010 101111 11101 101001110 1000110 101010

Color Harmonies of #B42060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42060

Black with #B42060

Text Example


Text Example

White with #B42060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42060; }

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

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

background-color css

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

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

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

border-color css

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

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

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