#B90653

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

Shades of Jazzberry Jam #B90653

Tints of Jazzberry Jam #B90653

Color information

#B90653 (or 0xB90653) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 06 and 53. RGB value is (185,6,83). Sum of RGB (Red+Green+Blue) = 185+6+83=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B90653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90653 is #46F9AC. Grayscale: #444444. Windows color (decimal): -4651437 or 5441209. OLE color: 5441209.

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

Color convert

RGB185683-
CMYK00.970.550.27
HSL334.19º93.72%37.45%-
HSV(B)334.19º96.76%72.55%-
XYZ21.6311.079.18-
YUV68.3136.3211.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.52%
GREEN value IS 6 (2.73% from 255) = 2.19%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=67.52%
G=2.19%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18568300.970.550.27334.1993.7237.45
HexB9653061371B14e5e25
Octal27161230141673351613645
Binary10111001110101001101100001110111110111010011101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90653; }

 p { color: rgb(185,6,83); }

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

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

 a { background-color: rgb(185,6,83); }

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

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

 span { border-color: rgb(185,6,83); }

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