Html Css Color HEX #B80652 Jazzberry Jam

📋 copy color: '#B80652'

red 184 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #B80652

Tints of Jazzberry Jam #B80652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 67.65%
G = 2.21%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B80652 (or 0xB80652) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 52. RGB value is (184,6,82). Sum of RGB (Red+Green+Blue) = 184+6+82=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B80652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80652 is #47F9AD. Grayscale: #434343. Windows color (decimal): -4716974 or 5375672. OLE color: 5375672.

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

Color convert

RGB 184 6 82 -
CMYK 0 0.97 0.55 0.28
HSL 334.38º 0.94% 0.37% -
HSV(B) 334.38º 0.97% 0.72% -
XYZ 21.36 10.93 8.97 -
YUV 67.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 184 6 82 0 0.97 0.55 0.28 334.38 0.94 0.37
Hex B8 6 52 0 61 37 1C 14E 5E 25
Octal 270 6 122 0 141 67 34 516 136 45
Binary 10111000 110 1010010 0 1100001 110111 11100 101001110 1011110 100101

Color Harmonies of #B80652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80652

Black with #B80652

Text Example


Text Example

White with #B80652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80652; }

 p { color: rgb(184,6,82); }

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

background-color css

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

 a { background-color: rgb(184,6,82); }

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

border-color css

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

 span { border-color: rgb(184,6,82); }

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