#B10C67

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

Shades of Jazzberry Jam #B10C67

Tints of Jazzberry Jam #B10C67

Color information

#B10C67 (or 0xB10C67) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0C and 67. RGB value is (177,12,103). Sum of RGB (Red+Green+Blue) = 177+12+103=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C67 is #4EF398. Grayscale: #474747. Windows color (decimal): -5174169 or 6753457. OLE color: 6753457.

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

Color convert

RGB17712103-
CMYK00.930.420.31
HSL326.91º87.3%37.06%-
HSV(B)326.91º93.22%69.41%-
XYZ20.7110.5913.78-
YUV71.71145.66203.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=60.62%
G=4.11%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771210300.930.420.31326.9187.337.06
HexB1C6705D2A1F1475725
Octal261141470135523750712745
Binary101100011100110011101011101101010111111010001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C67; }

 p { color: rgb(177,12,103); }

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

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

 a { background-color: rgb(177,12,103); }

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

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

 span { border-color: rgb(177,12,103); }

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