#B5185C

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

Shades of Jazzberry Jam #B5185C

Tints of Jazzberry Jam #B5185C

Color information

#B5185C (or 0xB5185C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 18 and 5C. RGB value is (181,24,92). Sum of RGB (Red+Green+Blue) = 181+24+92=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5185C is #4AE7A3. Grayscale: #4E4E4E. Windows color (decimal): -4908964 or 6035637. OLE color: 6035637.

HSL color Cylindrical-coordinate representation of color #B5185C: hue angle of 334.01º 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 #B5185C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1812492-
CMYK00.870.490.29
HSL334.01º76.59%40.2%-
HSV(B)334.01º86.74%70.98%-
XYZ21.3111.2511.17-
YUV78.69135.51200.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=60.94%
G=8.08%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181249200.870.490.29334.0176.5940.2
HexB5185C057311D14e4d28
Octal265301340127613551611550
Binary1011010111000101110001010111110001111011010011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5185C; }

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

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

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

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

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

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

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

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