#B7045F

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

Shades of Jazzberry Jam #B7045F

Tints of Jazzberry Jam #B7045F

Color information

#B7045F (or 0xB7045F) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 04 and 5F. RGB value is (183,4,95). Sum of RGB (Red+Green+Blue) = 183+4+95=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7045F is #48FBA0. Grayscale: #434343. Windows color (decimal): -4783009 or 6227127. OLE color: 6227127.

HSL color Cylindrical-coordinate representation of color #B7045F: hue angle of 329.5º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7045F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB183495-
CMYK00.980.480.28
HSL329.5º95.72%36.67%-
HSV(B)329.5º97.81%71.76%-
XYZ21.6410.9811.81-
YUV67.9143.3210.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=64.89%
G=1.42%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18349500.980.480.28329.595.7236.67
HexB745F062301C1496025
Octal26741370142603451114045
Binary10110111100101111101100010110000111001010010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7045F; }

 p { color: rgb(183,4,95); }

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

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

 a { background-color: rgb(183,4,95); }

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

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

 span { border-color: rgb(183,4,95); }

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