#B7075D

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

Shades of Jazzberry Jam #B7075D

Tints of Jazzberry Jam #B7075D

Color information

#B7075D (or 0xB7075D) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 07 and 5D. RGB value is (183,7,93). Sum of RGB (Red+Green+Blue) = 183+7+93=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7075D is #48F8A2. Grayscale: #454545. Windows color (decimal): -4782243 or 6096823. OLE color: 6096823.

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

Color convert

RGB183793-
CMYK00.960.490.28
HSL330.68º92.63%37.25%-
HSV(B)330.68º96.17%71.76%-
XYZ21.5811.0111.34-
YUV69.43141.31209.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.66%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=64.66%
G=2.47%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18379300.960.490.28330.6892.6337.25
HexB775D060311C14b5d25
Octal26771350140613451313545
Binary10110111111101110101100000110001111001010010111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7075D; }

 p { color: rgb(183,7,93); }

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

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

 a { background-color: rgb(183,7,93); }

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

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

 span { border-color: rgb(183,7,93); }

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