#B00E6E

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

Shades of Jazzberry Jam #B00E6E

Tints of Jazzberry Jam #B00E6E

Color information

#B00E6E (or 0xB00E6E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0E and 6E. RGB value is (176,14,110). Sum of RGB (Red+Green+Blue) = 176+14+110=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E6E is #4FF191. Grayscale: #494949. Windows color (decimal): -5239186 or 7212720. OLE color: 7212720.

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

Color convert

RGB17614110-
CMYK00.920.370.31
HSL324.44º85.26%37.25%-
HSV(B)324.44º92.05%69.02%-
XYZ20.8810.6715.71-
YUV73.38148.67201.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.67%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=58.67%
G=4.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761411000.920.370.31324.4485.2637.25
HexB0E6E05C251F1445525
Octal260161560134453750412545
Binary101100001110110111001011100100101111111010001001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00E6E; }

 p { color: rgb(176,14,110); }

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

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

 a { background-color: rgb(176,14,110); }

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

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

 span { border-color: rgb(176,14,110); }

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