#B90D5F

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

Shades of Jazzberry Jam #B90D5F

Tints of Jazzberry Jam #B90D5F

Color information

#B90D5F (or 0xB90D5F) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 0D and 5F. RGB value is (185,13,95). Sum of RGB (Red+Green+Blue) = 185+13+95=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B90D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90D5F is #46F2A0. Grayscale: #494949. Windows color (decimal): -4649633 or 6229433. OLE color: 6229433.

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

Color convert

RGB1851395-
CMYK00.930.490.27
HSL331.4º86.87%38.82%-
HSV(B)331.4º92.97%72.55%-
XYZ22.2211.4311.86-
YUV73.78139.98207.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.14%
GREEN value IS 13 (5.47% from 255) = 4.44%
BLUE value IS 95 (37.5% from 255) = 32.42%
R=63.14%
G=4.44%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185139500.930.490.27331.486.8738.82
HexB9D5F05D311B14b5727
Octal271151370135613351312747
Binary101110011101101111101011101110001110111010010111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90D5F; }

 p { color: rgb(185,13,95); }

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

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

 a { background-color: rgb(185,13,95); }

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

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

 span { border-color: rgb(185,13,95); }

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