Html Css Color HEX #B80859 Jazzberry Jam

📋 copy color: '#B80859'

red 184 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #B80859

Tints of Jazzberry Jam #B80859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 65.48%
G = 2.85%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B80859 (or 0xB80859) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 59. RGB value is (184,8,89). Sum of RGB (Red+Green+Blue) = 184+8+89=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B80859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80859 is #47F7A6. Grayscale: #454545. Windows color (decimal): -4716455 or 5834936. OLE color: 5834936.

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

Color convert

RGB 184 8 89 -
CMYK 0 0.96 0.52 0.28
HSL 332.39º 0.92% 0.38% -
HSV(B) 332.39º 0.96% 0.72% -
XYZ 21.66 11.09 10.45 -
YUV 69.86 138.81 209.41 -
System Red Green Blue C M Y K H S L
Decimal 184 8 89 0 0.96 0.52 0.28 332.39 0.92 0.38
Hex B8 8 59 0 60 34 1C 14C 5C 26
Octal 270 10 131 0 140 64 34 514 134 46
Binary 10111000 1000 1011001 0 1100000 110100 11100 101001100 1011100 100110

Color Harmonies of #B80859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80859

Black with #B80859

Text Example


Text Example

White with #B80859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80859; }

 p { color: rgb(184,8,89); }

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

background-color css

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

 a { background-color: rgb(184,8,89); }

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

border-color css

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

 span { border-color: rgb(184,8,89); }

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