Html Css Color HEX #B80465 Jazzberry Jam

📋 copy color: '#B80465'

red 184 ◦ green 4 ◦ blue 101

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

Shades of Jazzberry Jam #B80465

Tints of Jazzberry Jam #B80465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 63.67%
G = 1.38%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80465 (or 0xB80465) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 65. RGB value is (184,4,101). Sum of RGB (Red+Green+Blue) = 184+4+101=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80465 is #47FB9A. Grayscale: #444444. Windows color (decimal): -4717467 or 6620344. OLE color: 6620344.

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

Color convert

RGB 184 4 101 -
CMYK 0 0.98 0.45 0.28
HSL 327.67º 0.96% 0.37% -
HSV(B) 327.67º 0.98% 0.72% -
XYZ 22.16 11.22 13.31 -
YUV 68.88 146.13 210.11 -
System Red Green Blue C M Y K H S L
Decimal 184 4 101 0 0.98 0.45 0.28 327.67 0.96 0.37
Hex B8 4 65 0 62 2D 1C 148 60 25
Octal 270 4 145 0 142 55 34 510 140 45
Binary 10111000 100 1100101 0 1100010 101101 11100 101001000 1100000 100101

Color Harmonies of #B80465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80465

Black with #B80465

Text Example


Text Example

White with #B80465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80465; }

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

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

background-color css

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

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

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

border-color css

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

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

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