Html Css Color HEX #B80E68 Jazzberry Jam

📋 copy color: '#B80E68'

red 184 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #B80E68

Tints of Jazzberry Jam #B80E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.64%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 60.93%
G = 4.64%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B80E68 (or 0xB80E68) is known color: Jazzberry Jam. HEX triplet: B8, 0E and 68. RGB value is (184,14,104). Sum of RGB (Red+Green+Blue) = 184+14+104=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E68 is #47F197. Grayscale: #4A4A4A. Windows color (decimal): -4714904 or 6819512. OLE color: 6819512.

HSL color Cylindrical-coordinate representation of color #B80E68: hue angle of 328.24º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E68 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 14 104 -
CMYK 0 0.92 0.43 0.28
HSL 328.24º 0.86% 0.39% -
HSV(B) 328.24º 0.92% 0.72% -
XYZ 22.42 11.5 14.14 -
YUV 75.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 184 14 104 0 0.92 0.43 0.28 328.24 0.86 0.39
Hex B8 E 68 0 5C 2B 1C 148 56 27
Octal 270 16 150 0 134 53 34 510 126 47
Binary 10111000 1110 1101000 0 1011100 101011 11100 101001000 1010110 100111

Color Harmonies of #B80E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80E68

Black with #B80E68

Text Example


Text Example

White with #B80E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80E68; }

 p { color: rgb(184,14,104); }

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

background-color css

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

 a { background-color: rgb(184,14,104); }

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

border-color css

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

 span { border-color: rgb(184,14,104); }

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