#B81268

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

Shades of Jazzberry Jam #B81268

Tints of Jazzberry Jam #B81268

Color information

#B81268 (or 0xB81268) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 12 and 68. RGB value is (184,18,104). Sum of RGB (Red+Green+Blue) = 184+18+104=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B81268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81268 is #47ED97. Grayscale: #4D4D4D. Windows color (decimal): -4713880 or 6820536. OLE color: 6820536.

HSL color Cylindrical-coordinate representation of color #B81268: hue angle of 328.92º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81268 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18418104-
CMYK00.900.430.28
HSL328.92º82.18%39.61%-
HSV(B)328.92º90.22%72.16%-
XYZ22.4811.6214.16-
YUV77.44143204.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.13%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=60.13%
G=5.88%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841810400.900.430.28328.9282.1839.61
HexB8126805A2B1C1495228
Octal270221500132533451112250
Binary1011100010010110100001011010101011111001010010011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81268; }

 p { color: rgb(184,18,104); }

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

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

 a { background-color: rgb(184,18,104); }

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

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

 span { border-color: rgb(184,18,104); }

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