#BB065A

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

Shades of Jazzberry Jam #BB065A

Tints of Jazzberry Jam #BB065A

Color information

#BB065A (or 0xBB065A) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 06 and 5A. RGB value is (187,6,90). Sum of RGB (Red+Green+Blue) = 187+6+90=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB065A is #44F9A5. Grayscale: #454545. Windows color (decimal): -4520358 or 5899963. OLE color: 5899963.

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

Color convert

RGB187690-
CMYK00.970.520.27
HSL332.15º93.78%37.84%-
HSV(B)332.15º96.79%73.33%-
XYZ22.411.4310.7-
YUV69.69139.47211.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=66.08%
G=2.12%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18769000.970.520.27332.1593.7837.84
HexBB65A061341B14c5e26
Octal27361320141643351413646
Binary10111011110101101001100001110100110111010011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB065A; }

 p { color: rgb(187,6,90); }

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

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

 a { background-color: rgb(187,6,90); }

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

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

 span { border-color: rgb(187,6,90); }

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