Html Css Color HEX #B80B5F Jazzberry Jam

📋 copy color: '#B80B5F'

red 184 ◦ green 11 ◦ blue 95

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

Shades of Jazzberry Jam #B80B5F

Tints of Jazzberry Jam #B80B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 63.45%
G = 3.79%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B80B5F (or 0xB80B5F) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 5F. RGB value is (184,11,95). Sum of RGB (Red+Green+Blue) = 184+11+95=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B5F is #47F4A0. Grayscale: #484848. Windows color (decimal): -4715681 or 6228920. OLE color: 6228920.

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

Color convert

RGB 184 11 95 -
CMYK 0 0.94 0.48 0.28
HSL 330.87º 0.89% 0.38% -
HSV(B) 330.87º 0.94% 0.72% -
XYZ 21.95 11.26 11.84 -
YUV 72.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 184 11 95 0 0.94 0.48 0.28 330.87 0.89 0.38
Hex B8 B 5F 0 5E 30 1C 14B 59 26
Octal 270 13 137 0 136 60 34 513 131 46
Binary 10111000 1011 1011111 0 1011110 110000 11100 101001011 1011001 100110

Color Harmonies of #B80B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B5F

Black with #B80B5F

Text Example


Text Example

White with #B80B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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