Html Css Color HEX #B01D54 Jazzberry Jam

📋 copy color: '#B01D54'

red 176 ◦ green 29 ◦ blue 84

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

Shades of Jazzberry Jam #B01D54

Tints of Jazzberry Jam #B01D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.03%

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

R = 60.9%
G = 10.03%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B01D54 (or 0xB01D54) is known color: Jazzberry Jam. HEX triplet: B0, 1D and 54. RGB value is (176,29,84). Sum of RGB (Red+Green+Blue) = 176+29+84=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B01D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01D54 is #4FE2AB. Grayscale: #4F4F4F. Windows color (decimal): -5235372 or 5512624. OLE color: 5512624.

HSL color Cylindrical-coordinate representation of color #B01D54: hue angle of 337.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01D54 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 29 84 -
CMYK 0 0.84 0.52 0.31
HSL 337.55º 0.72% 0.4% -
HSV(B) 337.55º 0.84% 0.69% -
XYZ 19.94 10.75 9.41 -
YUV 79.22 130.7 197.03 -
System Red Green Blue C M Y K H S L
Decimal 176 29 84 0 0.84 0.52 0.31 337.55 0.72 0.4
Hex B0 1D 54 0 54 34 1F 152 48 28
Octal 260 35 124 0 124 64 37 522 110 50
Binary 10110000 11101 1010100 0 1010100 110100 11111 101010010 1001000 101000

Color Harmonies of #B01D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01D54

Black with #B01D54

Text Example


Text Example

White with #B01D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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