Html Css Color HEX #B01A54 Jazzberry Jam

📋 copy color: '#B01A54'

red 176 ◦ green 26 ◦ blue 84

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

Shades of Jazzberry Jam #B01A54

Tints of Jazzberry Jam #B01A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

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

R = 61.54%
G = 9.09%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B01A54 (or 0xB01A54) is known color: Jazzberry Jam. HEX triplet: B0, 1A and 54. RGB value is (176,26,84). Sum of RGB (Red+Green+Blue) = 176+26+84=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01A54 is #4FE5AB. Grayscale: #4D4D4D. Windows color (decimal): -5236140 or 5511856. OLE color: 5511856.

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

Color convert

RGB 176 26 84 -
CMYK 0 0.85 0.52 0.31
HSL 336.8º 0.74% 0.4% -
HSV(B) 336.8º 0.85% 0.69% -
XYZ 19.87 10.61 9.39 -
YUV 77.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 176 26 84 0 0.85 0.52 0.31 336.8 0.74 0.4
Hex B0 1A 54 0 55 34 1F 151 4A 28
Octal 260 32 124 0 125 64 37 521 112 50
Binary 10110000 11010 1010100 0 1010101 110100 11111 101010001 1001010 101000

Color Harmonies of #B01A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A54

Black with #B01A54

Text Example


Text Example

White with #B01A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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