Html Css Color HEX #B8024A Jazzberry Jam

📋 copy color: '#B8024A'

red 184 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #B8024A

Tints of Jazzberry Jam #B8024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 70.77%
G = 0.77%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8024A (or 0xB8024A) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 4A. RGB value is (184,2,74). Sum of RGB (Red+Green+Blue) = 184+2+74=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B8024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8024A is #47FDB5. Grayscale: #404040. Windows color (decimal): -4718006 or 4850360. OLE color: 4850360.

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

Color convert

RGB 184 2 74 -
CMYK 0 0.99 0.60 0.28
HSL 336.26º 0.98% 0.36% -
HSV(B) 336.26º 0.99% 0.72% -
XYZ 21.02 10.73 7.44 -
YUV 64.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 184 2 74 0 0.99 0.60 0.28 336.26 0.98 0.36
Hex B8 2 4A 0 63 3C 1C 150 62 24
Octal 270 2 112 0 143 74 34 520 142 44
Binary 10111000 10 1001010 0 1100011 111100 11100 101010000 1100010 100100

Color Harmonies of #B8024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8024A

Black with #B8024A

Text Example


Text Example

White with #B8024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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