Html Css Color HEX #B80B53 Jazzberry Jam

📋 copy color: '#B80B53'

red 184 ◦ green 11 ◦ blue 83

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

Shades of Jazzberry Jam #B80B53

Tints of Jazzberry Jam #B80B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 66.19%
G = 3.96%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B80B53 (or 0xB80B53) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 53. RGB value is (184,11,83). Sum of RGB (Red+Green+Blue) = 184+11+83=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B53 is #47F4AC. Grayscale: #464646. Windows color (decimal): -4715693 or 5442488. OLE color: 5442488.

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

Color convert

RGB 184 11 83 -
CMYK 0 0.94 0.55 0.28
HSL 335.03º 0.89% 0.38% -
HSV(B) 335.03º 0.94% 0.72% -
XYZ 21.45 11.05 9.19 -
YUV 70.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 184 11 83 0 0.94 0.55 0.28 335.03 0.89 0.38
Hex B8 B 53 0 5E 37 1C 14F 59 26
Octal 270 13 123 0 136 67 34 517 131 46
Binary 10111000 1011 1010011 0 1011110 110111 11100 101001111 1011001 100110

Color Harmonies of #B80B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B53

Black with #B80B53

Text Example


Text Example

White with #B80B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B53; }

 p { color: rgb(184,11,83); }

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

background-color css

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

 a { background-color: rgb(184,11,83); }

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

border-color css

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

 span { border-color: rgb(184,11,83); }

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