#B80850

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

Shades of Jazzberry Jam #B80850

Tints of Jazzberry Jam #B80850

Color information

#B80850 (or 0xB80850) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 08 and 50. RGB value is (184,8,80). Sum of RGB (Red+Green+Blue) = 184+8+80=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B80850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80850 is #47F7AF. Grayscale: #444444. Windows color (decimal): -4716464 or 5245112. OLE color: 5245112.

HSL color Cylindrical-coordinate representation of color #B80850: hue angle of 335.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80850 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB184880-
CMYK00.960.570.28
HSL335.45º91.67%37.65%-
HSV(B)335.45º95.65%72.16%-
XYZ21.310.948.58-
YUV68.83134.31210.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.65%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=67.65%
G=2.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18488000.960.570.28335.4591.6737.65
HexB8850060391C14f5c26
Octal270101200140713451713446
Binary101110001000101000001100000111001111001010011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80850; }

 p { color: rgb(184,8,80); }

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

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

 a { background-color: rgb(184,8,80); }

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

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

 span { border-color: rgb(184,8,80); }

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