#B7126B

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

Shades of Jazzberry Jam #B7126B

Tints of Jazzberry Jam #B7126B

Color information

#B7126B (or 0xB7126B) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 12 and 6B. RGB value is (183,18,107). Sum of RGB (Red+Green+Blue) = 183+18+107=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7126B is #48ED94. Grayscale: #4D4D4D. Windows color (decimal): -4779413 or 7017143. OLE color: 7017143.

HSL color Cylindrical-coordinate representation of color #B7126B: hue angle of 327.64º 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 #B7126B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18318107-
CMYK00.900.420.28
HSL327.64º82.09%39.41%-
HSV(B)327.64º90.16%71.76%-
XYZ22.411.5614.96-
YUV77.48144.66203.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=59.42%
G=5.84%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831810700.900.420.28327.6482.0939.41
HexB7126B05A2A1C1485227
Octal267221530132523451012247
Binary1011011110010110101101011010101010111001010010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7126B; }

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

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

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

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

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

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

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

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