#B7075B

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

Shades of Jazzberry Jam #B7075B

Tints of Jazzberry Jam #B7075B

Color information

#B7075B (or 0xB7075B) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 07 and 5B. RGB value is (183,7,91). Sum of RGB (Red+Green+Blue) = 183+7+91=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7075B is #48F8A4. Grayscale: #454545. Windows color (decimal): -4782245 or 5965751. OLE color: 5965751.

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

Color convert

RGB183791-
CMYK00.960.500.28
HSL331.36º92.63%37.25%-
HSV(B)331.36º96.17%71.76%-
XYZ21.4910.9710.88-
YUV69.2140.31209.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 7 (3.12% from 255) = 2.49%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=65.12%
G=2.49%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18379100.960.500.28331.3692.6337.25
HexB775B060321C14b5d25
Octal26771330140623451313545
Binary10110111111101101101100000110010111001010010111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7075B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7075B; }

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

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

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

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

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

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

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

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