#B61F69

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

Shades of Jazzberry Jam #B61F69

Tints of Jazzberry Jam #B61F69

Color information

#B61F69 (or 0xB61F69) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1F and 69. RGB value is (182,31,105). Sum of RGB (Red+Green+Blue) = 182+31+105=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61F69 is #49E096. Grayscale: #545454. Windows color (decimal): -4841623 or 6889398. OLE color: 6889398.

HSL color Cylindrical-coordinate representation of color #B61F69: hue angle of 330.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61F69 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18231105-
CMYK00.830.420.29
HSL330.6º70.89%41.76%-
HSV(B)330.6º82.97%71.37%-
XYZ22.3311.9414.49-
YUV84.58139.53197.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=57.23%
G=9.75%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823110500.830.420.29330.670.8941.76
HexB61F690532A1D14b472a
Octal266371510123523551310752
Binary1011011011111110100101010011101010111011010010111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61F69; }

 p { color: rgb(182,31,105); }

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

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

 a { background-color: rgb(182,31,105); }

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

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

 span { border-color: rgb(182,31,105); }

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