#B92069

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

Shades of Jazzberry Jam #B92069

Tints of Jazzberry Jam #B92069

Color information

#B92069 (or 0xB92069) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 20 and 69. RGB value is (185,32,105). Sum of RGB (Red+Green+Blue) = 185+32+105=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B92069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92069 is #46DF96. Grayscale: #555555. Windows color (decimal): -4644759 or 6889657. OLE color: 6889657.

HSL color Cylindrical-coordinate representation of color #B92069: hue angle of 331.37º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92069 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18532105-
CMYK00.830.430.27
HSL331.37º70.51%42.55%-
HSV(B)331.37º82.7%72.55%-
XYZ23.0712.3714.54-
YUV86.07138.69198.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 32 (12.89% from 255) = 9.94%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=57.45%
G=9.94%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853210500.830.430.27331.3770.5142.55
HexB920690532B1B14b472b
Octal271401510123533351310753
Binary10111001100000110100101010011101011110111010010111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92069; }

 p { color: rgb(185,32,105); }

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

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

 a { background-color: rgb(185,32,105); }

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

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

 span { border-color: rgb(185,32,105); }

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