Html Css Color HEX #B8024E Jazzberry Jam

📋 copy color: '#B8024E'

red 184 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #B8024E

Tints of Jazzberry Jam #B8024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 69.7%
G = 0.76%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8024E (or 0xB8024E) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 4E. RGB value is (184,2,78). Sum of RGB (Red+Green+Blue) = 184+2+78=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8024E is #47FDB1. Grayscale: #404040. Windows color (decimal): -4718002 or 5112504. OLE color: 5112504.

HSL color Cylindrical-coordinate representation of color #B8024E: hue angle of 334.95º 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 #B8024E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 78 -
CMYK 0 0.99 0.58 0.28
HSL 334.95º 0.98% 0.36% -
HSV(B) 334.95º 0.99% 0.72% -
XYZ 21.16 10.78 8.17 -
YUV 65.08 135.3 212.82 -
System Red Green Blue C M Y K H S L
Decimal 184 2 78 0 0.99 0.58 0.28 334.95 0.98 0.36
Hex B8 2 4E 0 63 3A 1C 14F 62 24
Octal 270 2 116 0 143 72 34 517 142 44
Binary 10111000 10 1001110 0 1100011 111010 11100 101001111 1100010 100100

Color Harmonies of #B8024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8024E

Black with #B8024E

Text Example


Text Example

White with #B8024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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