Html Css Color HEX #B8044A Jazzberry Jam

📋 copy color: '#B8044A'

red 184 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #B8044A

Tints of Jazzberry Jam #B8044A

RGB

 RED value IS 184 (72.27% from 255) = 70.23%

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

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 70.23%
G = 1.53%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8044A (or 0xB8044A) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 4A. RGB value is (184,4,74). Sum of RGB (Red+Green+Blue) = 184+4+74=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8044A is #47FBB5. Grayscale: #414141. Windows color (decimal): -4717494 or 4850872. OLE color: 4850872.

HSL color Cylindrical-coordinate representation of color #B8044A: hue angle of 336.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8044A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 74 -
CMYK 0 0.98 0.60 0.28
HSL 336.67º 0.96% 0.37% -
HSV(B) 336.67º 0.98% 0.72% -
XYZ 21.05 10.77 7.45 -
YUV 65.8 132.63 212.31 -
System Red Green Blue C M Y K H S L
Decimal 184 4 74 0 0.98 0.60 0.28 336.67 0.96 0.37
Hex B8 4 4A 0 62 3C 1C 151 60 25
Octal 270 4 112 0 142 74 34 521 140 45
Binary 10111000 100 1001010 0 1100010 111100 11100 101010001 1100000 100101

Color Harmonies of #B8044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8044A

Black with #B8044A

Text Example


Text Example

White with #B8044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8044A; }

 p { color: rgb(184,4,74); }

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

background-color css

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

 a { background-color: rgb(184,4,74); }

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

border-color css

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

 span { border-color: rgb(184,4,74); }

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