Html Css Color HEX #B8024F Jazzberry Jam

📋 copy color: '#B8024F'

red 184 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #B8024F

Tints of Jazzberry Jam #B8024F

RGB

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

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

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

R = 69.43%
G = 0.75%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8024F (or 0xB8024F) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 4F. RGB value is (184,2,79). Sum of RGB (Red+Green+Blue) = 184+2+79=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8024F is #47FDB0. Grayscale: #414141. Windows color (decimal): -4718001 or 5178040. OLE color: 5178040.

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

Color convert

RGB 184 2 79 -
CMYK 0 0.99 0.57 0.28
HSL 334.62º 0.98% 0.36% -
HSV(B) 334.62º 0.99% 0.72% -
XYZ 21.2 10.8 8.36 -
YUV 65.2 135.8 212.74 -
System Red Green Blue C M Y K H S L
Decimal 184 2 79 0 0.99 0.57 0.28 334.62 0.98 0.36
Hex B8 2 4F 0 63 39 1C 14F 62 24
Octal 270 2 117 0 143 71 34 517 142 44
Binary 10111000 10 1001111 0 1100011 111001 11100 101001111 1100010 100100

Color Harmonies of #B8024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8024F

Black with #B8024F

Text Example


Text Example

White with #B8024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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