#BB034C

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

Shades of Jazzberry Jam #BB034C

Tints of Jazzberry Jam #BB034C

Color information

#BB034C (or 0xBB034C) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 03 and 4C. RGB value is (187,3,76). Sum of RGB (Red+Green+Blue) = 187+3+76=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB034C is #44FCB3. Grayscale: #424242. Windows color (decimal): -4521140 or 4981691. OLE color: 4981691.

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

Color convert

RGB187376-
CMYK00.980.590.27
HSL336.2º96.84%37.25%-
HSV(B)336.2º98.4%73.33%-
XYZ21.8311.157.84-
YUV66.34133.46214.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.30%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=70.30%
G=1.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18737600.980.590.27336.296.8437.25
HexBB34C0623B1B1506125
Octal27331140142733352014145
Binary1011101111100110001100010111011110111010100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB034C; }

 p { color: rgb(187,3,76); }

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

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

 a { background-color: rgb(187,3,76); }

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

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

 span { border-color: rgb(187,3,76); }

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