Html Css Color HEX #B80452 Jazzberry Jam

📋 copy color: '#B80452'

red 184 ◦ green 4 ◦ blue 82

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

Shades of Jazzberry Jam #B80452

Tints of Jazzberry Jam #B80452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 68.15%
G = 1.48%
B = 30.37%

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

#B80452 (or 0xB80452) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 52. RGB value is (184,4,82). Sum of RGB (Red+Green+Blue) = 184+4+82=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B80452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80452 is #47FBAD. Grayscale: #424242. Windows color (decimal): -4717486 or 5375160. OLE color: 5375160.

HSL color Cylindrical-coordinate representation of color #B80452: hue angle of 334º degrees, saturation: 0.96, 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 #B80452 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 82 -
CMYK 0 0.98 0.55 0.28
HSL 334º 0.96% 0.37% -
HSV(B) 334º 0.98% 0.72% -
XYZ 21.33 10.89 8.96 -
YUV 66.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 184 4 82 0 0.98 0.55 0.28 334 0.96 0.37
Hex B8 4 52 0 62 37 1C 14E 60 25
Octal 270 4 122 0 142 67 34 516 140 45
Binary 10111000 100 1010010 0 1100010 110111 11100 101001110 1100000 100101

Color Harmonies of #B80452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80452

Black with #B80452

Text Example


Text Example

White with #B80452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80452; }

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

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

background-color css

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

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

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

border-color css

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

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

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