#B90650

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

Shades of Jazzberry Jam #B90650

Tints of Jazzberry Jam #B90650

Color information

#B90650 (or 0xB90650) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 06 and 50. RGB value is (185,6,80). Sum of RGB (Red+Green+Blue) = 185+6+80=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B90650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90650 is #46F9AF. Grayscale: #434343. Windows color (decimal): -4651440 or 5244601. OLE color: 5244601.

HSL color Cylindrical-coordinate representation of color #B90650: hue angle of 335.2º 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 #B90650 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB185680-
CMYK00.970.570.27
HSL335.2º93.72%37.45%-
HSV(B)335.2º96.76%72.55%-
XYZ21.5211.028.58-
YUV67.96134.8211.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=68.27%
G=2.21%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18568000.970.570.27335.293.7237.45
HexB9650061391B14f5e25
Octal27161200141713351713645
Binary10111001110101000001100001111001110111010011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90650; }

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

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

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

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

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

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

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

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