#b4085f

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

Shades of Jazzberry Jam #B4085F

Tints of Jazzberry Jam #B4085F

Color information

#B4085F (or 0xB4085F) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 08 and 5F. RGB value is (180,8,95). Sum of RGB (Red+Green+Blue) = 180+8+95=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B4085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4085F is #4BF7A0. Grayscale: #454545. Windows color (decimal): -4978593 or 6228148. OLE color: 6228148.

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

Color convert

RGB180895-
CMYK00.960.470.29
HSL329.65º91.49%36.86%-
HSV(B)329.65º95.56%70.59%-
XYZ20.9710.711.79-
YUV69.35142.48206.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=63.60%
G=2.83%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18089500.960.470.29329.6591.4936.86
HexB485F0602F1D14a5b25
Octal264101370140573551213345
Binary101101001000101111101100000101111111011010010101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4085f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4085f; }

 p { color: rgb(180,8,95); }

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

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

 a { background-color: rgb(180,8,95); }

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

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

 span { border-color: rgb(180,8,95); }

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