#B7005A

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

Shades of Jazzberry Jam #B7005A

Tints of Jazzberry Jam #B7005A

Color information

#B7005A (or 0xB7005A) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 00 and 5A. RGB value is (183,0,90). Sum of RGB (Red+Green+Blue) = 183+0+90=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B7005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7005A is #48FFA5. Grayscale: #404040. Windows color (decimal): -4784038 or 5898423. OLE color: 5898423.

HSL color Cylindrical-coordinate representation of color #B7005A: hue angle of 330.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7005A is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB183090-
CMYK010.510.28
HSL330.49º100%35.88%-
HSV(B)330.49º100%71.76%-
XYZ21.3710.8110.63-
YUV64.98142.13212.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 32.97%
R=67.03%
G=0%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183090010.510.28330.4910035.88
HexB705A064331C14a6424
Octal26701320144633451214444
Binary101101110101101001100100110011111001010010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7005A; }

 p { color: rgb(183,0,90); }

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

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

 a { background-color: rgb(183,0,90); }

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

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

 span { border-color: rgb(183,0,90); }

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