#B00D6A

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

Shades of Jazzberry Jam #B00D6A

Tints of Jazzberry Jam #B00D6A

Color information

#B00D6A (or 0xB00D6A) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0D and 6A. RGB value is (176,13,106). Sum of RGB (Red+Green+Blue) = 176+13+106=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D6A is #4FF295. Grayscale: #484848. Windows color (decimal): -5239446 or 6950320. OLE color: 6950320.

HSL color Cylindrical-coordinate representation of color #B00D6A: hue angle of 325.77º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00D6A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17613106-
CMYK00.930.400.31
HSL325.77º86.24%37.06%-
HSV(B)325.77º92.61%69.02%-
XYZ20.6510.5614.59-
YUV72.34147201.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 13 (5.47% from 255) = 4.41%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=59.66%
G=4.41%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761310600.930.400.31325.7786.2437.06
HexB0D6A05D281F1465625
Octal260151520135503750612645
Binary101100001101110101001011101101000111111010001101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00D6A; }

 p { color: rgb(176,13,106); }

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

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

 a { background-color: rgb(176,13,106); }

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

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

 span { border-color: rgb(176,13,106); }

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