#B80151

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

Shades of Jazzberry Jam #B80151

Tints of Jazzberry Jam #B80151

Color information

#B80151 (or 0xB80151) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 01 and 51. RGB value is (184,1,81). Sum of RGB (Red+Green+Blue) = 184+1+81=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B80151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80151 is #47FEAE. Grayscale: #404040. Windows color (decimal): -4718255 or 5308856. OLE color: 5308856.

HSL color Cylindrical-coordinate representation of color #B80151: hue angle of 333.77º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80151 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB184181-
CMYK00.990.560.28
HSL333.77º98.92%36.27%-
HSV(B)333.77º99.46%72.16%-
XYZ21.2610.818.75-
YUV64.84137.13213-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.17%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=69.17%
G=0.38%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418100.990.560.28333.7798.9236.27
HexB8151063381C14e6324
Octal27011210143703451614344
Binary101110001101000101100011111000111001010011101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80151; }

 p { color: rgb(184,1,81); }

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

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

 a { background-color: rgb(184,1,81); }

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

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

 span { border-color: rgb(184,1,81); }

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