#B7126A

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

Shades of Jazzberry Jam #B7126A

Tints of Jazzberry Jam #B7126A

Color information

#B7126A (or 0xB7126A) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 12 and 6A. RGB value is (183,18,106). Sum of RGB (Red+Green+Blue) = 183+18+106=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7126A is #48ED95. Grayscale: #4D4D4D. Windows color (decimal): -4779414 or 6951607. OLE color: 6951607.

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

Color convert

RGB18318106-
CMYK00.900.420.28
HSL328º82.09%39.41%-
HSV(B)328º90.16%71.76%-
XYZ22.3511.5414.69-
YUV77.37144.16203.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 18 (7.42% from 255) = 5.86%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=59.61%
G=5.86%
B=34.53%

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
Decimal1831810600.900.420.2832882.0939.41
HexB7126A05A2A1C1485227
Octal267221520132523451012247
Binary1011011110010110101001011010101010111001010010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7126A; }

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

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

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

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

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

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

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

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