#B61B6D

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

Shades of Jazzberry Jam #B61B6D

Tints of Jazzberry Jam #B61B6D

Color information

#B61B6D (or 0xB61B6D) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1B and 6D. RGB value is (182,27,109). Sum of RGB (Red+Green+Blue) = 182+27+109=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61B6D is #49E492. Grayscale: #525252. Windows color (decimal): -4842643 or 7150518. OLE color: 7150518.

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

Color convert

RGB18227109-
CMYK00.850.400.29
HSL328.26º74.16%40.98%-
HSV(B)328.26º85.16%71.37%-
XYZ22.4411.8315.57-
YUV82.69142.85198.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=57.23%
G=8.49%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822710900.850.400.29328.2674.1640.98
HexB61B6D055281D1484a29
Octal266331550125503551011251
Binary1011011011011110110101010101101000111011010010001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B6D; }

 p { color: rgb(182,27,109); }

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

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

 a { background-color: rgb(182,27,109); }

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

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

 span { border-color: rgb(182,27,109); }

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