#B5126A

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

Shades of Jazzberry Jam #B5126A

Tints of Jazzberry Jam #B5126A

Color information

#B5126A (or 0xB5126A) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 12 and 6A. RGB value is (181,18,106). Sum of RGB (Red+Green+Blue) = 181+18+106=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5126A is #4AED95. Grayscale: #4C4C4C. Windows color (decimal): -4910486 or 6951605. OLE color: 6951605.

HSL color Cylindrical-coordinate representation of color #B5126A: hue angle of 327.61º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5126A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18118106-
CMYK00.900.410.29
HSL327.61º81.91%39.02%-
HSV(B)327.61º90.06%70.98%-
XYZ21.8711.314.66-
YUV76.77144.5202.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=59.34%
G=5.90%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811810600.900.410.29327.6181.9139.02
HexB5126A05A291D1485227
Octal265221520132513551012247
Binary1011010110010110101001011010101001111011010010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5126A; }

 p { color: rgb(181,18,106); }

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

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

 a { background-color: rgb(181,18,106); }

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

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

 span { border-color: rgb(181,18,106); }

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