#BC135E

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

Shades of Jazzberry Jam #BC135E

Tints of Jazzberry Jam #BC135E

Color information

#BC135E (or 0xBC135E) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 13 and 5E. RGB value is (188,19,94). Sum of RGB (Red+Green+Blue) = 188+19+94=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC135E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC135E is #43ECA1. Grayscale: #4D4D4D. Windows color (decimal): -4451490 or 6165436. OLE color: 6165436.

HSL color Cylindrical-coordinate representation of color #BC135E: hue angle of 333.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC135E is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1881994-
CMYK00.900.500.26
HSL333.37º81.64%40.59%-
HSV(B)333.37º89.89%73.73%-
XYZ22.9911.9711.69-
YUV78.08136.99206.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 19 (7.81% from 255) = 6.31%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=62.46%
G=6.31%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188199400.900.500.26333.3781.6440.59
HexBC135E05A321A14d5229
Octal274231360132623251512251
Binary1011110010011101111001011010110010110101010011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC135E; }

 p { color: rgb(188,19,94); }

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

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

 a { background-color: rgb(188,19,94); }

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

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

 span { border-color: rgb(188,19,94); }

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