#B80A61

Color #B80A61 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B80A61

Tints of Jazzberry Jam #B80A61

Color information

#B80A61 (or 0xB80A61) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0A and 61. RGB value is (184,10,97). Sum of RGB (Red+Green+Blue) = 184+10+97=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A61 is #47F59E. Grayscale: #474747. Windows color (decimal): -4715935 or 6359736. OLE color: 6359736.

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

Color convert

RGB1841097-
CMYK00.950.470.28
HSL330º89.69%38.04%-
HSV(B)330º94.57%72.16%-
XYZ22.0311.2712.32-
YUV71.94142.15207.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.23%
GREEN value IS 10 (4.30% from 255) = 3.44%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=63.23%
G=3.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184109700.950.470.2833089.6938.04
HexB8A6105F2F1C14a5a26
Octal270121410137573451213246
Binary101110001010110000101011111101111111001010010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80A61; }

 p { color: rgb(184,10,97); }

 H1.HeaderClassName
 {
   color: #B80A61;
 }
 .AnyTagClassName
 {
   color: #B80A61;
 }
</style>
background-color css

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

 a { background-color: rgb(184,10,97); }

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

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

 span { border-color: rgb(184,10,97); }

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