#B12467

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

Shades of Jazzberry Jam #B12467

Tints of Jazzberry Jam #B12467

Color information

#B12467 (or 0xB12467) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 24 and 67. RGB value is (177,36,103). Sum of RGB (Red+Green+Blue) = 177+36+103=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B12467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12467 is #4EDB98. Grayscale: #555555. Windows color (decimal): -5168025 or 6759601. OLE color: 6759601.

HSL color Cylindrical-coordinate representation of color #B12467: hue angle of 331.49º 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 #B12467 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17736103-
CMYK00.800.420.31
HSL331.49º66.2%41.76%-
HSV(B)331.49º79.66%69.41%-
XYZ21.2111.5913.95-
YUV85.8137.71193.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 103 (40.62% from 255) = 32.59%
R=56.01%
G=11.39%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773610300.800.420.31331.4966.241.76
HexB124670502A1F14b422a
Octal261441470120523751310252
Binary10110001100100110011101010000101010111111010010111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12467; }

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

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

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

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

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

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

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

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