Html Css Color HEX #B40F56 Jazzberry Jam

📋 copy color: '#B40F56'

red 180 ◦ green 15 ◦ blue 86

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

Shades of Jazzberry Jam #B40F56

Tints of Jazzberry Jam #B40F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

 BLUE value IS 86 (33.98% from 255) = 30.6%

R = 64.06%
G = 5.34%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B40F56 (or 0xB40F56) is known color: Jazzberry Jam. HEX triplet: B4, 0F and 56. RGB value is (180,15,86). Sum of RGB (Red+Green+Blue) = 180+15+86=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F56 is #4BF0A9. Grayscale: #484848. Windows color (decimal): -4976810 or 5640116. OLE color: 5640116.

HSL color Cylindrical-coordinate representation of color #B40F56: hue angle of 334.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F56 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 86 -
CMYK 0 0.92 0.52 0.29
HSL 334.18º 0.85% 0.38% -
HSV(B) 334.18º 0.92% 0.71% -
XYZ 20.67 10.72 9.78 -
YUV 72.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 180 15 86 0 0.92 0.52 0.29 334.18 0.85 0.38
Hex B4 F 56 0 5C 34 1D 14E 55 26
Octal 264 17 126 0 134 64 35 516 125 46
Binary 10110100 1111 1010110 0 1011100 110100 11101 101001110 1010101 100110

Color Harmonies of #B40F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F56

Black with #B40F56

Text Example


Text Example

White with #B40F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F56; }

 p { color: rgb(180,15,86); }

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

background-color css

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

 a { background-color: rgb(180,15,86); }

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

border-color css

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

 span { border-color: rgb(180,15,86); }

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