#BB075A

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

Shades of Jazzberry Jam #BB075A

Tints of Jazzberry Jam #BB075A

Color information

#BB075A (or 0xBB075A) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 07 and 5A. RGB value is (187,7,90). Sum of RGB (Red+Green+Blue) = 187+7+90=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB075A is #44F8A5. Grayscale: #464646. Windows color (decimal): -4520102 or 5900219. OLE color: 5900219.

HSL color Cylindrical-coordinate representation of color #BB075A: hue angle of 332.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 #BB075A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB187790-
CMYK00.960.520.27
HSL332.33º92.78%38.04%-
HSV(B)332.33º96.26%73.33%-
XYZ22.4111.4510.7-
YUV70.28139.13211.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.85%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=65.85%
G=2.46%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18779000.960.520.27332.3392.7838.04
HexBB75A060341B14c5d26
Octal27371320140643351413546
Binary10111011111101101001100000110100110111010011001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB075A; }

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

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

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

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

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

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

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

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