#B12468

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

Shades of Jazzberry Jam #B12468

Tints of Jazzberry Jam #B12468

Color information

#B12468 (or 0xB12468) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 24 and 68. RGB value is (177,36,104). Sum of RGB (Red+Green+Blue) = 177+36+104=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B12468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12468 is #4EDB97. Grayscale: #555555. Windows color (decimal): -5168024 or 6825137. OLE color: 6825137.

HSL color Cylindrical-coordinate representation of color #B12468: hue angle of 331.06º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12468 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17736104-
CMYK00.800.410.31
HSL331.06º66.2%41.76%-
HSV(B)331.06º79.66%69.41%-
XYZ21.2611.6114.22-
YUV85.91138.21192.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=55.84%
G=11.36%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773610400.800.410.31331.0666.241.76
HexB12468050291F14b422a
Octal261441500120513751310252
Binary10110001100100110100001010000101001111111010010111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12468; }

 p { color: rgb(177,36,104); }

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

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

 a { background-color: rgb(177,36,104); }

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

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

 span { border-color: rgb(177,36,104); }

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