Html Css Color HEX #B80952 Jazzberry Jam

📋 copy color: '#B80952'

red 184 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #B80952

Tints of Jazzberry Jam #B80952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 66.91%
G = 3.27%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B80952 (or 0xB80952) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 52. RGB value is (184,9,82). Sum of RGB (Red+Green+Blue) = 184+9+82=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B80952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80952 is #47F6AD. Grayscale: #454545. Windows color (decimal): -4716206 or 5376440. OLE color: 5376440.

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

Color convert

RGB 184 9 82 -
CMYK 0 0.95 0.55 0.28
HSL 334.97º 0.91% 0.38% -
HSV(B) 334.97º 0.95% 0.72% -
XYZ 21.39 10.99 8.98 -
YUV 69.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 184 9 82 0 0.95 0.55 0.28 334.97 0.91 0.38
Hex B8 9 52 0 5F 37 1C 14F 5B 26
Octal 270 11 122 0 137 67 34 517 133 46
Binary 10111000 1001 1010010 0 1011111 110111 11100 101001111 1011011 100110

Color Harmonies of #B80952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80952

Black with #B80952

Text Example


Text Example

White with #B80952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80952; }

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

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

background-color css

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

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

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

border-color css

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

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

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