#B7165A

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

Shades of Jazzberry Jam #B7165A

Tints of Jazzberry Jam #B7165A

Color information

#B7165A (or 0xB7165A) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 16 and 5A. RGB value is (183,22,90). Sum of RGB (Red+Green+Blue) = 183+22+90=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7165A is #48E9A5. Grayscale: #4D4D4D. Windows color (decimal): -4778406 or 5904055. OLE color: 5904055.

HSL color Cylindrical-coordinate representation of color #B7165A: hue angle of 334.66º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7165A is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1832290-
CMYK00.880.510.28
HSL334.66º78.54%40.2%-
HSV(B)334.66º87.98%71.76%-
XYZ21.6611.3810.73-
YUV77.89134.84202.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=62.03%
G=7.46%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183229000.880.510.28334.6678.5440.2
HexB7165A058331C14f4f28
Octal267261320130633451711750
Binary1011011110110101101001011000110011111001010011111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7165A; }

 p { color: rgb(183,22,90); }

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

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

 a { background-color: rgb(183,22,90); }

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

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

 span { border-color: rgb(183,22,90); }

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