Html Css Color HEX #B01456 Jazzberry Jam

📋 copy color: '#B01456'

red 176 ◦ green 20 ◦ blue 86

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

Shades of Jazzberry Jam #B01456

Tints of Jazzberry Jam #B01456

RGB

 RED value IS 176 (69.14% from 255) = 62.41%

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

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

R = 62.41%
G = 7.09%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B01456 (or 0xB01456) is known color: Jazzberry Jam. HEX triplet: B0, 14 and 56. RGB value is (176,20,86). Sum of RGB (Red+Green+Blue) = 176+20+86=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B01456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01456 is #4FEBA9. Grayscale: #4A4A4A. Windows color (decimal): -5237674 or 5641392. OLE color: 5641392.

HSL color Cylindrical-coordinate representation of color #B01456: hue angle of 334.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01456 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 20 86 -
CMYK 0 0.89 0.51 0.31
HSL 334.62º 0.8% 0.38% -
HSV(B) 334.62º 0.89% 0.69% -
XYZ 19.83 10.4 9.77 -
YUV 74.17 134.68 200.63 -
System Red Green Blue C M Y K H S L
Decimal 176 20 86 0 0.89 0.51 0.31 334.62 0.8 0.38
Hex B0 14 56 0 59 33 1F 14F 50 26
Octal 260 24 126 0 131 63 37 517 120 46
Binary 10110000 10100 1010110 0 1011001 110011 11111 101001111 1010000 100110

Color Harmonies of #B01456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01456

Black with #B01456

Text Example


Text Example

White with #B01456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01456; }

 p { color: rgb(176,20,86); }

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

background-color css

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

 a { background-color: rgb(176,20,86); }

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

border-color css

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

 span { border-color: rgb(176,20,86); }

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