#b00a6c

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

Shades of Jazzberry Jam #B00A6C

Tints of Jazzberry Jam #B00A6C

Color information

#B00A6C (or 0xB00A6C) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0A and 6C. RGB value is (176,10,108). Sum of RGB (Red+Green+Blue) = 176+10+108=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00A6C is #4FF593. Grayscale: #464646. Windows color (decimal): -5240212 or 7080624. OLE color: 7080624.

HSL color Cylindrical-coordinate representation of color #B00A6C: hue angle of 324.58º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00A6C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17610108-
CMYK00.940.390.31
HSL324.58º89.25%36.47%-
HSV(B)324.58º94.32%69.02%-
XYZ20.7210.5315.13-
YUV70.81149203.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 10 (4.30% from 255) = 3.40%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=59.86%
G=3.40%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761010800.940.390.31324.5889.2536.47
HexB0A6C05E271F1455924
Octal260121540136473750513144
Binary101100001010110110001011110100111111111010001011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b00a6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b00a6c; }

 p { color: rgb(176,10,108); }

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

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

 a { background-color: rgb(176,10,108); }

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

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

 span { border-color: rgb(176,10,108); }

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