#B10B6E

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

Shades of Jazzberry Jam #B10B6E

Tints of Jazzberry Jam #B10B6E

Color information

#B10B6E (or 0xB10B6E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0B and 6E. RGB value is (177,11,110). Sum of RGB (Red+Green+Blue) = 177+11+110=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B6E is #4EF491. Grayscale: #474747. Windows color (decimal): -5174418 or 7211953. OLE color: 7211953.

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

Color convert

RGB17711110-
CMYK00.940.380.31
HSL324.22º88.3%36.86%-
HSV(B)324.22º93.79%69.41%-
XYZ21.0710.7115.71-
YUV71.92149.5202.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=59.40%
G=3.69%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771111000.940.380.31324.2288.336.86
HexB1B6E05E261F1445825
Octal261131560136463750413045
Binary101100011011110111001011110100110111111010001001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B6E; }

 p { color: rgb(177,11,110); }

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

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

 a { background-color: rgb(177,11,110); }

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

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

 span { border-color: rgb(177,11,110); }

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