#B71B66

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

Shades of Jazzberry Jam #B71B66

Tints of Jazzberry Jam #B71B66

Color information

#B71B66 (or 0xB71B66) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 1B and 66. RGB value is (183,27,102). Sum of RGB (Red+Green+Blue) = 183+27+102=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B66 is #48E499. Grayscale: #525252. Windows color (decimal): -4777114 or 6691767. OLE color: 6691767.

HSL color Cylindrical-coordinate representation of color #B71B66: hue angle of 331.15º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B66 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18327102-
CMYK00.850.440.28
HSL331.15º74.29%41.18%-
HSV(B)331.15º85.25%71.76%-
XYZ22.3211.8113.67-
YUV82.19139.18199.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=58.65%
G=8.65%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832710200.850.440.28331.1574.2941.18
HexB71B660552C1C14b4a29
Octal267331460125543451311251
Binary1011011111011110011001010101101100111001010010111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B66; }

 p { color: rgb(183,27,102); }

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

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

 a { background-color: rgb(183,27,102); }

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

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

 span { border-color: rgb(183,27,102); }

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