#B00C50

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

Shades of Jazzberry Jam #B00C50

Tints of Jazzberry Jam #B00C50

Color information

#B00C50 (or 0xB00C50) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0C and 50. RGB value is (176,12,80). Sum of RGB (Red+Green+Blue) = 176+12+80=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C50 is #4FF3AF. Grayscale: #444444. Windows color (decimal): -5239728 or 5246128. OLE color: 5246128.

HSL color Cylindrical-coordinate representation of color #B00C50: hue angle of 335.12º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C50 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1761280-
CMYK00.930.550.31
HSL335.12º87.23%36.86%-
HSV(B)335.12º93.18%69.02%-
XYZ19.4810.078.51-
YUV68.79134.33204.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 65.67%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=65.67%
G=4.48%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176128000.930.550.31335.1287.2336.86
HexB0C5005D371F14f5725
Octal260141200135673751712745
Binary101100001100101000001011101110111111111010011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C50; }

 p { color: rgb(176,12,80); }

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

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

 a { background-color: rgb(176,12,80); }

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

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

 span { border-color: rgb(176,12,80); }

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