#B7166A

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

Shades of Jazzberry Jam #B7166A

Tints of Jazzberry Jam #B7166A

Color information

#B7166A (or 0xB7166A) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 16 and 6A. RGB value is (183,22,106). Sum of RGB (Red+Green+Blue) = 183+22+106=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7166A is #48E995. Grayscale: #4F4F4F. Windows color (decimal): -4778390 or 6952631. OLE color: 6952631.

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

Color convert

RGB18322106-
CMYK00.880.420.28
HSL328.7º78.54%40.2%-
HSV(B)328.7º87.98%71.76%-
XYZ22.4211.6814.71-
YUV79.72142.84201.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=58.84%
G=7.07%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832210600.880.420.28328.778.5440.2
HexB7166A0582A1C1494f28
Octal267261520130523451111750
Binary1011011110110110101001011000101010111001010010011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7166A; }

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

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

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

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

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

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

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

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