#B1236B

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

Shades of Jazzberry Jam #B1236B

Tints of Jazzberry Jam #B1236B

Color information

#B1236B (or 0xB1236B) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 23 and 6B. RGB value is (177,35,107). Sum of RGB (Red+Green+Blue) = 177+35+107=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1236B is #4EDC94. Grayscale: #555555. Windows color (decimal): -5168277 or 7021489. OLE color: 7021489.

HSL color Cylindrical-coordinate representation of color #B1236B: hue angle of 329.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1236B is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17735107-
CMYK00.800.400.31
HSL329.58º66.98%41.57%-
HSV(B)329.58º80.23%69.41%-
XYZ21.3911.6115.02-
YUV85.67140.04193.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=55.49%
G=10.97%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773510700.800.400.31329.5866.9841.57
HexB1236B050281F14a432a
Octal261431530120503751210352
Binary10110001100011110101101010000101000111111010010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1236B; }

 p { color: rgb(177,35,107); }

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

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

 a { background-color: rgb(177,35,107); }

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

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

 span { border-color: rgb(177,35,107); }

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