#B7125E

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

Shades of Jazzberry Jam #B7125E

Tints of Jazzberry Jam #B7125E

Color information

#B7125E (or 0xB7125E) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 12 and 5E. RGB value is (183,18,94). Sum of RGB (Red+Green+Blue) = 183+18+94=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7125E is #48EDA1. Grayscale: #4B4B4B. Windows color (decimal): -4779426 or 6165175. OLE color: 6165175.

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

Color convert

RGB1831894-
CMYK00.900.490.28
HSL332.36º82.09%39.41%-
HSV(B)332.36º90.16%71.76%-
XYZ21.7711.3111.63-
YUV76138.16204.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=62.03%
G=6.10%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183189400.900.490.28332.3682.0939.41
HexB7125E05A311C14c5227
Octal267221360132613451412247
Binary1011011110010101111001011010110001111001010011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7125E; }

 p { color: rgb(183,18,94); }

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

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

 a { background-color: rgb(183,18,94); }

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

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

 span { border-color: rgb(183,18,94); }

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