#BB0769

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

Shades of Jazzberry Jam #BB0769

Tints of Jazzberry Jam #BB0769

Color information

#BB0769 (or 0xBB0769) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 07 and 69. RGB value is (187,7,105). Sum of RGB (Red+Green+Blue) = 187+7+105=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0769 is #44F896. Grayscale: #474747. Windows color (decimal): -4520087 or 6883259. OLE color: 6883259.

HSL color Cylindrical-coordinate representation of color #BB0769: hue angle of 327.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0769 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB1877105-
CMYK00.960.440.27
HSL327.33º92.78%38.04%-
HSV(B)327.33º96.26%73.33%-
XYZ23.1211.7414.41-
YUV71.99146.63210.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 7 (3.12% from 255) = 2.34%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=62.54%
G=2.34%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187710500.960.440.27327.3392.7838.04
HexBB7690602C1B1475d26
Octal27371510140543350713546
Binary10111011111110100101100000101100110111010001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0769; }

 p { color: rgb(187,7,105); }

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

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

 a { background-color: rgb(187,7,105); }

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

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

 span { border-color: rgb(187,7,105); }

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