#B0074E

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

Shades of Jazzberry Jam #B0074E

Tints of Jazzberry Jam #B0074E

Color information

#B0074E (or 0xB0074E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 07 and 4E. RGB value is (176,7,78). Sum of RGB (Red+Green+Blue) = 176+7+78=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0074E is #4FF8B1. Grayscale: #414141. Windows color (decimal): -5241010 or 5113776. OLE color: 5113776.

HSL color Cylindrical-coordinate representation of color #B0074E: hue angle of 334.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0074E is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB176778-
CMYK00.960.560.31
HSL334.79º92.35%35.88%-
HSV(B)334.79º96.02%69.02%-
XYZ19.369.938.1-
YUV65.62134.99206.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.43%
GREEN value IS 7 (3.12% from 255) = 2.68%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=67.43%
G=2.68%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17677800.960.560.31334.7992.3535.88
HexB074E060381F14f5c24
Octal26071160140703751713444
Binary10110000111100111001100000111000111111010011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0074E; }

 p { color: rgb(176,7,78); }

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

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

 a { background-color: rgb(176,7,78); }

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

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

 span { border-color: rgb(176,7,78); }

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