#B4125B

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

Shades of Jazzberry Jam #B4125B

Tints of Jazzberry Jam #B4125B

Color information

#B4125B (or 0xB4125B) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 12 and 5B. RGB value is (180,18,91). Sum of RGB (Red+Green+Blue) = 180+18+91=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4125B is #4BEDA4. Grayscale: #4A4A4A. Windows color (decimal): -4976037 or 5968564. OLE color: 5968564.

HSL color Cylindrical-coordinate representation of color #B4125B: hue angle of 332.96º 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 #B4125B is Cyan = 0, Magento = 0.9, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1801891-
CMYK00.90.490.29
HSL332.96º81.82%38.82%-
HSV(B)332.96º90%70.59%-
XYZ20.9310.8910.9-
YUV74.76137.17203.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=62.28%
G=6.23%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180189100.90.490.29332.9681.8238.82
HexB4125B05A311D14d5227
Octal264221330132613551512247
Binary1011010010010101101101011010110001111011010011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4125B; }

 p { color: rgb(180,18,91); }

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

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

 a { background-color: rgb(180,18,91); }

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

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

 span { border-color: rgb(180,18,91); }

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