Html Css Color HEX #B01354 Jazzberry Jam

📋 copy color: '#B01354'

red 176 ◦ green 19 ◦ blue 84

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

Shades of Jazzberry Jam #B01354

Tints of Jazzberry Jam #B01354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

 BLUE value IS 84 (33.2% from 255) = 30.11%

R = 63.08%
G = 6.81%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B01354 (or 0xB01354) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 54. RGB value is (176,19,84). Sum of RGB (Red+Green+Blue) = 176+19+84=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B01354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01354 is #4FECAB. Grayscale: #494949. Windows color (decimal): -5237932 or 5510064. OLE color: 5510064.

HSL color Cylindrical-coordinate representation of color #B01354: hue angle of 335.16º degrees, saturation: 0.81, 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 #B01354 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 84 -
CMYK 0 0.89 0.52 0.31
HSL 335.16º 0.81% 0.38% -
HSV(B) 335.16º 0.89% 0.69% -
XYZ 19.74 10.34 9.34 -
YUV 73.35 134.01 201.21 -
System Red Green Blue C M Y K H S L
Decimal 176 19 84 0 0.89 0.52 0.31 335.16 0.81 0.38
Hex B0 13 54 0 59 34 1F 14F 51 26
Octal 260 23 124 0 131 64 37 517 121 46
Binary 10110000 10011 1010100 0 1011001 110100 11111 101001111 1010001 100110

Color Harmonies of #B01354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01354

Black with #B01354

Text Example


Text Example

White with #B01354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01354; }

 p { color: rgb(176,19,84); }

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

background-color css

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

 a { background-color: rgb(176,19,84); }

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

border-color css

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

 span { border-color: rgb(176,19,84); }

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