#b61a68

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

Shades of Jazzberry Jam #B61A68

Tints of Jazzberry Jam #B61A68

Color information

#B61A68 (or 0xB61A68) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1A and 68. RGB value is (182,26,104). Sum of RGB (Red+Green+Blue) = 182+26+104=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61A68 is #49E597. Grayscale: #515151. Windows color (decimal): -4842904 or 6822582. OLE color: 6822582.

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

Color convert

RGB18226104-
CMYK00.860.430.29
HSL330º75%40.78%-
HSV(B)330º85.71%71.37%-
XYZ22.1611.6814.18-
YUV81.54140.68199.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 26 (10.55% from 255) = 8.33%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=58.33%
G=8.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822610400.860.430.293307540.78
HexB61A680562B1D14a4b29
Octal266321500126533551211351
Binary1011011011010110100001010110101011111011010010101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61a68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61a68; }

 p { color: rgb(182,26,104); }

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

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

 a { background-color: rgb(182,26,104); }

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

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

 span { border-color: rgb(182,26,104); }

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