Html Css Color HEX #B80965 Jazzberry Jam

📋 copy color: '#B80965'

red 184 ◦ green 9 ◦ blue 101

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

Shades of Jazzberry Jam #B80965

Tints of Jazzberry Jam #B80965

RGB

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

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

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

R = 62.59%
G = 3.06%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80965 (or 0xB80965) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 65. RGB value is (184,9,101). Sum of RGB (Red+Green+Blue) = 184+9+101=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B80965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80965 is #47F69A. Grayscale: #474747. Windows color (decimal): -4716187 or 6621624. OLE color: 6621624.

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

Color convert

RGB 184 9 101 -
CMYK 0 0.95 0.45 0.28
HSL 328.46º 0.91% 0.38% -
HSV(B) 328.46º 0.95% 0.72% -
XYZ 22.21 11.33 13.33 -
YUV 71.81 144.48 208.02 -
System Red Green Blue C M Y K H S L
Decimal 184 9 101 0 0.95 0.45 0.28 328.46 0.91 0.38
Hex B8 9 65 0 5F 2D 1C 148 5B 26
Octal 270 11 145 0 137 55 34 510 133 46
Binary 10111000 1001 1100101 0 1011111 101101 11100 101001000 1011011 100110

Color Harmonies of #B80965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80965

Black with #B80965

Text Example


Text Example

White with #B80965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80965; }

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

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

background-color css

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

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

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

border-color css

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

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

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