Html Css Color HEX #B41460 Jazzberry Jam

📋 copy color: '#B41460'

red 180 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #B41460

Tints of Jazzberry Jam #B41460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 60.81%
G = 6.76%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B41460 (or 0xB41460) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 60. RGB value is (180,20,96). Sum of RGB (Red+Green+Blue) = 180+20+96=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B41460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41460 is #4BEB9F. Grayscale: #4C4C4C. Windows color (decimal): -4975520 or 6296756. OLE color: 6296756.

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

Color convert

RGB 180 20 96 -
CMYK 0 0.89 0.47 0.29
HSL 331.5º 0.8% 0.39% -
HSV(B) 331.5º 0.89% 0.71% -
XYZ 21.18 11.05 12.08 -
YUV 76.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 180 20 96 0 0.89 0.47 0.29 331.5 0.8 0.39
Hex B4 14 60 0 59 2F 1D 14C 50 27
Octal 264 24 140 0 131 57 35 514 120 47
Binary 10110100 10100 1100000 0 1011001 101111 11101 101001100 1010000 100111

Color Harmonies of #B41460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41460

Black with #B41460

Text Example


Text Example

White with #B41460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41460; }

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

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

background-color css

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

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

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

border-color css

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

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

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