#b81c6c

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

Shades of Jazzberry Jam #B81C6C

Tints of Jazzberry Jam #B81C6C

Color information

#B81C6C (or 0xB81C6C) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 1C and 6C. RGB value is (184,28,108). Sum of RGB (Red+Green+Blue) = 184+28+108=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81C6C is #47E393. Grayscale: #535353. Windows color (decimal): -4711316 or 7085240. OLE color: 7085240.

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

Color convert

RGB18428108-
CMYK00.850.410.28
HSL329.23º73.58%41.57%-
HSV(B)329.23º84.78%72.16%-
XYZ22.8912.115.32-
YUV83.76141.68199.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 28 (11.33% from 255) = 8.75%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=57.5%
G=8.75%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842810800.850.410.28329.2373.5841.57
HexB81C6C055291C1494a2a
Octal270341540125513451111252
Binary1011100011100110110001010101101001111001010010011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b81c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b81c6c; }

 p { color: rgb(184,28,108); }

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

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

 a { background-color: rgb(184,28,108); }

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

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

 span { border-color: rgb(184,28,108); }

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