Html Css Color HEX #B4044F Jazzberry Jam

📋 copy color: '#B4044F'

red 180 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #B4044F

Tints of Jazzberry Jam #B4044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 68.44%
G = 1.52%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B4044F (or 0xB4044F) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 4F. RGB value is (180,4,79). Sum of RGB (Red+Green+Blue) = 180+4+79=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4044F is #4BFBB0. Grayscale: #414141. Windows color (decimal): -4979633 or 5178548. OLE color: 5178548.

HSL color Cylindrical-coordinate representation of color #B4044F: hue angle of 334.43º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4044F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 79 -
CMYK 0 0.98 0.56 0.29
HSL 334.43º 0.96% 0.36% -
HSV(B) 334.43º 0.98% 0.71% -
XYZ 20.28 10.35 8.33 -
YUV 65.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 180 4 79 0 0.98 0.56 0.29 334.43 0.96 0.36
Hex B4 4 4F 0 62 38 1D 14E 60 24
Octal 264 4 117 0 142 70 35 516 140 44
Binary 10110100 100 1001111 0 1100010 111000 11101 101001110 1100000 100100

Color Harmonies of #B4044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4044F

Black with #B4044F

Text Example


Text Example

White with #B4044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4044F; }

 p { color: rgb(180,4,79); }

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

background-color css

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

 a { background-color: rgb(180,4,79); }

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

border-color css

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

 span { border-color: rgb(180,4,79); }

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