#B6236A

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

Shades of Jazzberry Jam #B6236A

Tints of Jazzberry Jam #B6236A

Color information

#B6236A (or 0xB6236A) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 23 and 6A. RGB value is (182,35,106). Sum of RGB (Red+Green+Blue) = 182+35+106=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B6236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6236A is #49DC95. Grayscale: #565656. Windows color (decimal): -4840598 or 6955958. OLE color: 6955958.

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

Color convert

RGB18235106-
CMYK00.810.420.29
HSL331.02º67.74%42.55%-
HSV(B)331.02º80.77%71.37%-
XYZ22.4912.1914.8-
YUV87.05138.7195.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=56.35%
G=10.84%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823510600.810.420.29331.0267.7442.55
HexB6236A0512A1D14b442b
Octal266431520121523551310453
Binary10110110100011110101001010001101010111011010010111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6236A; }

 p { color: rgb(182,35,106); }

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

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

 a { background-color: rgb(182,35,106); }

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

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

 span { border-color: rgb(182,35,106); }

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