#B7185A

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

Shades of Jazzberry Jam #B7185A

Tints of Jazzberry Jam #B7185A

Color information

#B7185A (or 0xB7185A) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 18 and 5A. RGB value is (183,24,90). Sum of RGB (Red+Green+Blue) = 183+24+90=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7185A is #48E7A5. Grayscale: #4E4E4E. Windows color (decimal): -4777894 or 5904567. OLE color: 5904567.

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

Color convert

RGB1832490-
CMYK00.870.510.28
HSL335.09º76.81%40.59%-
HSV(B)335.09º86.89%71.76%-
XYZ21.711.4610.74-
YUV79.06134.18202.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=61.62%
G=8.08%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183249000.870.510.28335.0976.8140.59
HexB7185A057331C14f4d29
Octal267301320127633451711551
Binary1011011111000101101001010111110011111001010011111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7185A; }

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

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

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

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

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

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

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

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