#B81658

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

Shades of Jazzberry Jam #B81658

Tints of Jazzberry Jam #B81658

Color information

#B81658 (or 0xB81658) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 16 and 58. RGB value is (184,22,88). Sum of RGB (Red+Green+Blue) = 184+22+88=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B81658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81658 is #47E9A7. Grayscale: #4D4D4D. Windows color (decimal): -4712872 or 5772984. OLE color: 5772984.

HSL color Cylindrical-coordinate representation of color #B81658: hue angle of 335.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81658 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1842288-
CMYK00.880.520.28
HSL335.56º78.64%40.39%-
HSV(B)335.56º88.04%72.16%-
XYZ21.8211.4710.3-
YUV77.96133.67203.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=62.59%
G=7.48%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184228800.880.520.28335.5678.6440.39
HexB81658058341C1504f28
Octal270261300130643452011750
Binary1011100010110101100001011000110100111001010100001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81658; }

 p { color: rgb(184,22,88); }

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

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

 a { background-color: rgb(184,22,88); }

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

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

 span { border-color: rgb(184,22,88); }

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