Html Css Color HEX #B80352 Jazzberry Jam

📋 copy color: '#B80352'

red 184 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #B80352

Tints of Jazzberry Jam #B80352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 68.4%
G = 1.12%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B80352 (or 0xB80352) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 52. RGB value is (184,3,82). Sum of RGB (Red+Green+Blue) = 184+3+82=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B80352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80352 is #47FCAD. Grayscale: #414141. Windows color (decimal): -4717742 or 5374904. OLE color: 5374904.

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

Color convert

RGB 184 3 82 -
CMYK 0 0.98 0.55 0.28
HSL 333.81º 0.97% 0.37% -
HSV(B) 333.81º 0.98% 0.72% -
XYZ 21.32 10.86 8.96 -
YUV 66.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 184 3 82 0 0.98 0.55 0.28 333.81 0.97 0.37
Hex B8 3 52 0 62 37 1C 14E 61 25
Octal 270 3 122 0 142 67 34 516 141 45
Binary 10111000 11 1010010 0 1100010 110111 11100 101001110 1100001 100101

Color Harmonies of #B80352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80352

Black with #B80352

Text Example


Text Example

White with #B80352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80352; }

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

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

background-color css

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

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

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

border-color css

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

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

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