#B6036A

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

Shades of Jazzberry Jam #B6036A

Tints of Jazzberry Jam #B6036A

Color information

#B6036A (or 0xB6036A) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 03 and 6A. RGB value is (182,3,106). Sum of RGB (Red+Green+Blue) = 182+3+106=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B6036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6036A is #49FC95. Grayscale: #444444. Windows color (decimal): -4848790 or 6947766. OLE color: 6947766.

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

Color convert

RGB1823106-
CMYK00.980.420.29
HSL325.47º96.76%36.27%-
HSV(B)325.47º98.35%71.37%-
XYZ21.9311.0514.61-
YUV68.26149.3209.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=62.54%
G=1.03%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182310600.980.420.29325.4796.7636.27
HexB636A0622A1D1456124
Octal26631520142523550514144
Binary1011011011110101001100010101010111011010001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6036A; }

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

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

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

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

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

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

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

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