#B5185B

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

Shades of Jazzberry Jam #B5185B

Tints of Jazzberry Jam #B5185B

Color information

#B5185B (or 0xB5185B) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 18 and 5B. RGB value is (181,24,91). Sum of RGB (Red+Green+Blue) = 181+24+91=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5185B is #4AE7A4. Grayscale: #4E4E4E. Windows color (decimal): -4908965 or 5970101. OLE color: 5970101.

HSL color Cylindrical-coordinate representation of color #B5185B: hue angle of 334.39º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5185B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1812491-
CMYK00.870.500.29
HSL334.39º76.59%40.2%-
HSV(B)334.39º86.74%70.98%-
XYZ21.2711.2310.94-
YUV78.58135.01201.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.15%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=61.15%
G=8.11%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181249100.870.500.29334.3976.5940.2
HexB5185B057321D14e4d28
Octal265301330127623551611550
Binary1011010111000101101101010111110010111011010011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5185B; }

 p { color: rgb(181,24,91); }

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

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

 a { background-color: rgb(181,24,91); }

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

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

 span { border-color: rgb(181,24,91); }

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