#B7065D

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

Shades of Jazzberry Jam #B7065D

Tints of Jazzberry Jam #B7065D

Color information

#B7065D (or 0xB7065D) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 06 and 5D. RGB value is (183,6,93). Sum of RGB (Red+Green+Blue) = 183+6+93=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7065D is #48F9A2. Grayscale: #444444. Windows color (decimal): -4782499 or 6096567. OLE color: 6096567.

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

Color convert

RGB183693-
CMYK00.970.490.28
HSL330.51º93.65%37.06%-
HSV(B)330.51º96.72%71.76%-
XYZ21.5710.9911.34-
YUV68.84141.64209.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=64.89%
G=2.13%
B=32.98%

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
Decimal18369300.970.490.28330.5193.6537.06
HexB765D061311C14b5e25
Octal26761350141613451313645
Binary10110111110101110101100001110001111001010010111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7065D; }

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

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

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

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

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

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

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

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