#B7185B

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

Shades of Jazzberry Jam #B7185B

Tints of Jazzberry Jam #B7185B

Color information

#B7185B (or 0xB7185B) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 18 and 5B. RGB value is (183,24,91). Sum of RGB (Red+Green+Blue) = 183+24+91=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7185B is #48E7A4. Grayscale: #4F4F4F. Windows color (decimal): -4777893 or 5970103. OLE color: 5970103.

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

Color convert

RGB1832491-
CMYK00.870.500.28
HSL334.72º76.81%40.59%-
HSV(B)334.72º86.89%71.76%-
XYZ21.7411.4810.97-
YUV79.18134.68202.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.41%
GREEN value IS 24 (9.77% from 255) = 8.05%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=61.41%
G=8.05%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183249100.870.500.28334.7276.8140.59
HexB7185B057321C14f4d29
Octal267301330127623451711551
Binary1011011111000101101101010111110010111001010011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7185B; }

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

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

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

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

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

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

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

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