#B2066D

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

Shades of Jazzberry Jam #B2066D

Tints of Jazzberry Jam #B2066D

Color information

#B2066D (or 0xB2066D) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 06 and 6D. RGB value is (178,6,109). Sum of RGB (Red+Green+Blue) = 178+6+109=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2066D is #4DF992. Grayscale: #444444. Windows color (decimal): -5110163 or 7145138. OLE color: 7145138.

HSL color Cylindrical-coordinate representation of color #B2066D: hue angle of 324.07º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2066D is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB1786109-
CMYK00.970.390.30
HSL324.07º93.48%36.08%-
HSV(B)324.07º96.63%69.8%-
XYZ21.1910.715.42-
YUV69.17150.48205.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 109 (42.97% from 255) = 37.20%
R=60.75%
G=2.05%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178610900.970.390.30324.0793.4836.08
HexB266D061271E1445d24
Octal26261550141473650413544
Binary10110010110110110101100001100111111101010001001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2066D; }

 p { color: rgb(178,6,109); }

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

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

 a { background-color: rgb(178,6,109); }

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

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

 span { border-color: rgb(178,6,109); }

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