#B00C6B

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

Shades of Jazzberry Jam #B00C6B

Tints of Jazzberry Jam #B00C6B

Color information

#B00C6B (or 0xB00C6B) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0C and 6B. RGB value is (176,12,107). Sum of RGB (Red+Green+Blue) = 176+12+107=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C6B is #4FF394. Grayscale: #474747. Windows color (decimal): -5239701 or 7015600. OLE color: 7015600.

HSL color Cylindrical-coordinate representation of color #B00C6B: hue angle of 325.24º degrees, saturation: 0.87, 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 #B00C6B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17612107-
CMYK00.930.390.31
HSL325.24º87.23%36.86%-
HSV(B)325.24º93.18%69.02%-
XYZ20.6910.5514.86-
YUV71.87147.83202.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 12 (5.08% from 255) = 4.07%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=59.66%
G=4.07%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761210700.930.390.31325.2487.2336.86
HexB0C6B05D271F1455725
Octal260141530135473750512745
Binary101100001100110101101011101100111111111010001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C6B; }

 p { color: rgb(176,12,107); }

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

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

 a { background-color: rgb(176,12,107); }

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

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

 span { border-color: rgb(176,12,107); }

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