#B4185A

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

Shades of Jazzberry Jam #B4185A

Tints of Jazzberry Jam #B4185A

Color information

#B4185A (or 0xB4185A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 18 and 5A. RGB value is (180,24,90). Sum of RGB (Red+Green+Blue) = 180+24+90=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4185A is #4BE7A5. Grayscale: #4E4E4E. Windows color (decimal): -4974502 or 5904564. OLE color: 5904564.

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

Color convert

RGB1802490-
CMYK00.870.500.29
HSL334.62º76.47%40%-
HSV(B)334.62º86.67%70.59%-
XYZ20.9911.0910.71-
YUV78.17134.68200.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 24 (9.77% from 255) = 8.16%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=61.22%
G=8.16%
B=30.61%

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
Decimal180249000.870.500.29334.6276.4740
HexB4185A057321D14f4c28
Octal264301320127623551711450
Binary1011010011000101101001010111110010111011010011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4185A; }

 p { color: rgb(180,24,90); }

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

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

 a { background-color: rgb(180,24,90); }

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

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

 span { border-color: rgb(180,24,90); }

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