#B7065E

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

Shades of Jazzberry Jam #B7065E

Tints of Jazzberry Jam #B7065E

Color information

#B7065E (or 0xB7065E) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 06 and 5E. RGB value is (183,6,94). Sum of RGB (Red+Green+Blue) = 183+6+94=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7065E is #48F9A1. Grayscale: #444444. Windows color (decimal): -4782498 or 6162103. OLE color: 6162103.

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

Color convert

RGB183694-
CMYK00.970.490.28
HSL330.17º93.65%37.06%-
HSV(B)330.17º96.72%71.76%-
XYZ21.6111.0111.57-
YUV68.96142.14209.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.66%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=64.66%
G=2.12%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18369400.970.490.28330.1793.6537.06
HexB765E061311C14a5e25
Octal26761360141613451213645
Binary10110111110101111001100001110001111001010010101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7065E; }

 p { color: rgb(183,6,94); }

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

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

 a { background-color: rgb(183,6,94); }

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

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

 span { border-color: rgb(183,6,94); }

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