Html Css Color HEX #B80B65 Jazzberry Jam

📋 copy color: '#B80B65'

red 184 ◦ green 11 ◦ blue 101

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

Shades of Jazzberry Jam #B80B65

Tints of Jazzberry Jam #B80B65

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.72%

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

R = 62.16%
G = 3.72%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80B65 (or 0xB80B65) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 65. RGB value is (184,11,101). Sum of RGB (Red+Green+Blue) = 184+11+101=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B65 is #47F49A. Grayscale: #484848. Windows color (decimal): -4715675 or 6622136. OLE color: 6622136.

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

Color convert

RGB 184 11 101 -
CMYK 0 0.94 0.45 0.28
HSL 328.79º 0.89% 0.38% -
HSV(B) 328.79º 0.94% 0.72% -
XYZ 22.24 11.37 13.33 -
YUV 72.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 184 11 101 0 0.94 0.45 0.28 328.79 0.89 0.38
Hex B8 B 65 0 5E 2D 1C 149 59 26
Octal 270 13 145 0 136 55 34 511 131 46
Binary 10111000 1011 1100101 0 1011110 101101 11100 101001001 1011001 100110

Color Harmonies of #B80B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B65

Black with #B80B65

Text Example


Text Example

White with #B80B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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