#B8126F

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

Shades of Jazzberry Jam #B8126F

Tints of Jazzberry Jam #B8126F

Color information

#B8126F (or 0xB8126F) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 12 and 6F. RGB value is (184,18,111). Sum of RGB (Red+Green+Blue) = 184+18+111=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8126F is #47ED90. Grayscale: #4E4E4E. Windows color (decimal): -4713873 or 7279288. OLE color: 7279288.

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

Color convert

RGB18418111-
CMYK00.900.400.28
HSL326.39º82.18%39.61%-
HSV(B)326.39º90.22%72.16%-
XYZ22.8511.7716.11-
YUV78.24146.5203.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.79%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=58.79%
G=5.75%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841811100.900.400.28326.3982.1839.61
HexB8126F05A281C1465228
Octal270221570132503450612250
Binary1011100010010110111101011010101000111001010001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8126F; }

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

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

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

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

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

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

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

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