#B71467

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

Shades of Jazzberry Jam #B71467

Tints of Jazzberry Jam #B71467

Color information

#B71467 (or 0xB71467) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 14 and 67. RGB value is (183,20,103). Sum of RGB (Red+Green+Blue) = 183+20+103=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B71467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71467 is #48EB98. Grayscale: #4E4E4E. Windows color (decimal): -4778905 or 6755511. OLE color: 6755511.

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

Color convert

RGB18320103-
CMYK00.890.440.28
HSL329.45º80.3%39.8%-
HSV(B)329.45º89.07%71.76%-
XYZ22.2311.5513.89-
YUV78.2142202.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.80%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=59.80%
G=6.54%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832010300.890.440.28329.4580.339.8
HexB714670592C1C1495028
Octal267241470131543451112050
Binary1011011110100110011101011001101100111001010010011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71467; }

 p { color: rgb(183,20,103); }

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

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

 a { background-color: rgb(183,20,103); }

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

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

 span { border-color: rgb(183,20,103); }

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