Html Css Color HEX #B40156 Jazzberry Jam

📋 copy color: '#B40156'

red 180 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #B40156

Tints of Jazzberry Jam #B40156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 67.42%
G = 0.37%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B40156 (or 0xB40156) is known color: Jazzberry Jam. HEX triplet: B4, 01 and 56. RGB value is (180,1,86). Sum of RGB (Red+Green+Blue) = 180+1+86=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B40156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40156 is #4BFEA9. Grayscale: #404040. Windows color (decimal): -4980394 or 5636532. OLE color: 5636532.

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

Color convert

RGB 180 1 86 -
CMYK 0 0.99 0.52 0.29
HSL 331.51º 0.99% 0.35% -
HSV(B) 331.51º 0.99% 0.71% -
XYZ 20.51 10.4 9.73 -
YUV 64.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 180 1 86 0 0.99 0.52 0.29 331.51 0.99 0.35
Hex B4 1 56 0 63 34 1D 14C 63 23
Octal 264 1 126 0 143 64 35 514 143 43
Binary 10110100 1 1010110 0 1100011 110100 11101 101001100 1100011 100011

Color Harmonies of #B40156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40156

Black with #B40156

Text Example


Text Example

White with #B40156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40156; }

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

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

background-color css

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

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

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

border-color css

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

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

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