#B90850

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

Shades of Jazzberry Jam #B90850

Tints of Jazzberry Jam #B90850

Color information

#B90850 (or 0xB90850) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 08 and 50. RGB value is (185,8,80). Sum of RGB (Red+Green+Blue) = 185+8+80=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B90850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90850 is #46F7AF. Grayscale: #454545. Windows color (decimal): -4650928 or 5245113. OLE color: 5245113.

HSL color Cylindrical-coordinate representation of color #B90850: hue angle of 335.59º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90850 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB185880-
CMYK00.960.570.27
HSL335.59º91.71%37.84%-
HSV(B)335.59º95.68%72.55%-
XYZ21.5411.078.59-
YUV69.13134.14210.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.77%
GREEN value IS 8 (3.52% from 255) = 2.93%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=67.77%
G=2.93%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18588000.960.570.27335.5991.7137.84
HexB9850060391B1505c26
Octal271101200140713352013446
Binary101110011000101000001100000111001110111010100001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90850; }

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

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

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

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

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

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

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

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