#B0074D

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

Shades of Jazzberry Jam #B0074D

Tints of Jazzberry Jam #B0074D

Color information

#B0074D (or 0xB0074D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 07 and 4D. RGB value is (176,7,77). Sum of RGB (Red+Green+Blue) = 176+7+77=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0074D is #4FF8B2. Grayscale: #414141. Windows color (decimal): -5241011 or 5048240. OLE color: 5048240.

HSL color Cylindrical-coordinate representation of color #B0074D: hue angle of 335.15º 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 #B0074D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB176777-
CMYK00.960.560.31
HSL335.15º92.35%35.88%-
HSV(B)335.15º96.02%69.02%-
XYZ19.329.927.92-
YUV65.51134.49206.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 7 (3.12% from 255) = 2.69%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=67.69%
G=2.69%
B=29.62%

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
Decimal17677700.960.560.31335.1592.3535.88
HexB074D060381F14f5c24
Octal26071150140703751713444
Binary10110000111100110101100000111000111111010011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0074D; }

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

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

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

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

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

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

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

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