#B5046B

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

Shades of Jazzberry Jam #B5046B

Tints of Jazzberry Jam #B5046B

Color information

#B5046B (or 0xB5046B) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 6B. RGB value is (181,4,107). Sum of RGB (Red+Green+Blue) = 181+4+107=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5046B is #4AFB94. Grayscale: #444444. Windows color (decimal): -4914069 or 7013557. OLE color: 7013557.

HSL color Cylindrical-coordinate representation of color #B5046B: hue angle of 325.08º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5046B is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB1814107-
CMYK00.980.410.29
HSL325.08º95.68%36.27%-
HSV(B)325.08º97.79%70.98%-
XYZ21.7510.9714.88-
YUV68.66149.64208.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.99%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=61.99%
G=1.37%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181410700.980.410.29325.0895.6836.27
HexB546B062291D1456024
Octal26541530142513550514044
Binary10110101100110101101100010101001111011010001011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5046B; }

 p { color: rgb(181,4,107); }

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

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

 a { background-color: rgb(181,4,107); }

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

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

 span { border-color: rgb(181,4,107); }

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