#B12265

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

Shades of Jazzberry Jam #B12265

Tints of Jazzberry Jam #B12265

Color information

#B12265 (or 0xB12265) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 22 and 65. RGB value is (177,34,101). Sum of RGB (Red+Green+Blue) = 177+34+101=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B12265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12265 is #4EDD9A. Grayscale: #545454. Windows color (decimal): -5168539 or 6628017. OLE color: 6628017.

HSL color Cylindrical-coordinate representation of color #B12265: hue angle of 331.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12265 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17734101-
CMYK00.810.430.31
HSL331.89º67.77%41.37%-
HSV(B)331.89º80.79%69.41%-
XYZ21.0511.4313.41-
YUV84.4137.38194.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.73%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=56.73%
G=10.90%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773410100.810.430.31331.8967.7741.37
HexB122650512B1F14c4429
Octal261421450121533751410451
Binary10110001100010110010101010001101011111111010011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12265; }

 p { color: rgb(177,34,101); }

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

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

 a { background-color: rgb(177,34,101); }

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

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

 span { border-color: rgb(177,34,101); }

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