#B90271

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

Shades of Jazzberry Jam #B90271

Tints of Jazzberry Jam #B90271

Color information

#B90271 (or 0xB90271) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 02 and 71. RGB value is (185,2,113). Sum of RGB (Red+Green+Blue) = 185+2+113=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B90271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90271 is #46FD8E. Grayscale: #454545. Windows color (decimal): -4652431 or 7406265. OLE color: 7406265.

HSL color Cylindrical-coordinate representation of color #B90271: hue angle of 323.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90271 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB1852113-
CMYK00.990.390.27
HSL323.61º97.86%36.67%-
HSV(B)323.61º98.92%72.55%-
XYZ23.0111.5516.64-
YUV69.37152.63210.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.67%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=61.67%
G=0.67%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185211300.990.390.27323.6197.8636.67
HexB9271063271B1446225
Octal27121610143473350414245
Binary1011100110111000101100011100111110111010001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90271; }

 p { color: rgb(185,2,113); }

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

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

 a { background-color: rgb(185,2,113); }

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

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

 span { border-color: rgb(185,2,113); }

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